export declare const buildCssVariables: (variables: Record) => string; export declare const cssVar: (name: string) => string;