export declare const createCssVariables: <T extends string[]>(...names: T) => { [k in T[number]]: string; };
