export declare enum EContrastColor { light = 1, dark = 2 } export declare const CContrastBorderColorVariable: { 1: string; 2: string; };