export declare const exceptionCamelCase: string[]; export declare const applyCssValue: (value: string | number, cssProp: string) => string; export declare const camelToKebabCase: (property: string) => string; export declare const isAtRule: (prop: string) => boolean;