/**
 * Hyphenates a camelcased CSS property name
 */
declare function hyphenateStyleName(name: string): string;

export = hyphenateStyleName;
