export declare const isCssVar: (name: string) => boolean; export declare const registeredProperties: Set; export declare function registerCssVariable(name: string): void; //# sourceMappingURL=css-var.d.ts.map