import { VarType } from "./contracts";
export declare function ConvertCssToTs(stringifiedCss: string, variableName: string, headerComment?: string, varType?: VarType): string;
