export declare const sanitizeCss: (css: string) => string; export declare const isValidCss: (css: string) => boolean;