export declare const getCssColorVariable: (color: string | undefined, defaultValue?: string) => string;
