/**
 * Get the CSS variable ref stored in the theme
 */
export declare function getCSSVar(theme: Record<string, any>, scale: string, value: any): any;
