export declare const classNameParser: (styles: Record<string, string>) => (className: string | null) => string;
