export declare const classToStyle: (className: string) => string; export declare const classToColor: (className: string) => string; export declare const isColorClassProperty: (prop: string) => boolean; export declare const isClassProperty: (prop: string) => boolean; export declare const isStyleProperty: (prop: string) => boolean;