export declare function camelCss(input: string): string;
export declare function css(strings: TemplateStringsArray, ...values: any[]): string;
