export declare const isCssVar: (name: string) => boolean;
export declare const registeredProperties: Set<string>;
export declare function registerCssVariable(name: string): void;
