export declare const FORM_ELEM_COLOR = "#6266A7";
export declare const ACTIVE_ITEM_COLOR = "#000339";
export declare const DISABLED_COLOR = "#B6B8E2";
export declare const LIGHT_COLOR = "#fff";
export declare const BORDER_COLOR = "#e8e4e4";
export declare const ERROR_COLOR = "#ee3f75";
export declare const MAIN_STYLES: string;
