export declare function getCSSVar(varName: string, fallback?: string): string; export declare const getComputedVarColor: (elem: Element, cssVar: string) => string; export declare function hexToRgb(hex: string): string;