export declare const IME_KEY_CODE = 229; export declare const MOUSE_DOWN_EVENT_TYPE = "mousedown"; export declare const OPTION_CLS = "rfs-option"; export declare const OPTION_FOCUSED_CLS: string; export declare const OPTION_SELECTED_CLS: string; export declare const OPTION_DISABLED_CLS: string; export declare const CARET_ICON_CLS = "rfs-caret-icon"; export declare const CLEAR_ICON_CLS = "rfs-clear-icon"; export declare const LOADING_DOTS_CLS = "rfs-loading-dots"; export declare const AUTOSIZE_INPUT_CLS = "rfs-autosize-input"; export declare const MENU_CONTAINER_CLS = "rfs-menu-container"; export declare const SELECT_CONTAINER_CLS = "rfs-select-container"; export declare const CONTROL_CONTAINER_CLS = "rfs-control-container"; export declare const ARIA_LIVE_TESTID: string | undefined; export declare const CLEAR_ICON_TESTID: string | undefined; export declare const CARET_ICON_TESTID: string | undefined; export declare const AUTOSIZE_INPUT_TESTID: string | undefined; export declare const MENU_CONTAINER_TESTID: string | undefined; export declare const CLEAR_ICON_MV_TESTID: string | undefined; export declare const SELECT_CONTAINER_TESTID: string | undefined; export declare const CONTROL_CONTAINER_TESTID: string | undefined;