export declare const BORDER_RADIUS_SELECT_FIELD = "6px"; export declare const INPUT_BORDER_COLOR_SELECT_FIELD: "grey2"; export declare const INPUT_COLOR: "champion"; export declare const INPUT_ERROR_COLOR: "important"; export declare const INPUT_HOVER_FOCUS_COLOR: "primary"; export declare const INPUT_PLACEHOLDER_COLOR: "grey1"; export declare const LABEL_COLOR: "hero"; export declare const LABEL_DISABLED_COLOR: "grey2"; export declare const LABEL_ADDITIONAL_INFO_COLOR: "hero"; export declare const LABEL_ADDITIONAL_INFO_COLOR_ERROR: "important"; export declare const INPUT_ADDITIONAL_INFO_COLOR: "champion"; export declare const INPUT_ADDITIONAL_INFO_HOVER_FOCUS_COLOR: "primary"; export declare const INPUT_ADDITIONAL_INFO_COLOR_ERROR: "important"; export declare const INPUT_BG_COLOR: "grey5"; export declare const INPUT_HOVER_FOCUS_BG_COLOR: "background"; export declare const INPUT_DISABLED_BG_COLOR: "grey5"; export declare const INPUT_ERROR_BG_COLOR = "importantLight"; export declare const MENU_BG_COLOR: "grey5"; export declare const OPTION_BG_COLOR: "grey5"; export declare const OPTION_HOVER_FOCUS_BG_COLOR: "background"; export declare const OPTION_DISABLED_BG_COLOR: "grey2"; export declare const OPTION_LABEL_COLOR: "champion"; export declare const OPTION_LABEL_HOVER_FOCUS_COLOR: "primary"; export declare const OPTION_LABEL_DISABLED_COLOR: "grey1";