import type { CSSProperties } from 'react';
export declare const generateCSSVariables: (variables: Record<string, string | number>) => CSSProperties;
