export declare function parseCSSText(cssText: string): Record; export declare function toCSSText(style: Record): string; export declare const camelize: (str: string) => string; export declare const hyphenate: (str: string) => string;