export declare const applyClassNamePrefix: (prefix: string | null | undefined) => (className: string) => string; export declare const applyColor: (color: Color) => (className: string) => string; export declare const applySize: (size: Size) => (className: string) => string; export declare const applyTheme: (theme: Theme) => (className: string) => string;