export declare function ConvertCssToTs(stringifiedCss: string, variableName: string, headerComment?: string): string;
