export declare const Styles: { selectTextInput: { position: string; }; selectTextInputBtnPreffix: { width: string; marginRight: string; float: string; }; caret: { position: string; cursor: string; top: number; right: number; }; 'options-list': { userSelect: string; position: string; width: string; zIndex: number; backgroundColor: string; overflowX: string; overflowY: string; 'div:hover': { color: string; textDecoration: string; backgroundColor: string; }; }; 'option-item': { padding: string; cursor: string; wordBreak: string; }; 'option-item-disabled': { color: string; textDecoration: string; backgroundColor: string; cursor: string; fontStyle: string; div: { color: string; backgroundColor: string; }; }; 'option-item-selected': { backgroundColor: string; color: string; div: { backgroundColor: string; color: string; }; }; };