export declare const CLASSES: { select: string; 'select.is-expanded': string; 'select.is-disabled': string; 'select--small': string; 'select--medium': string; 'select--large': string; select__container: string; select__content: string; select__search: string; 'select__placeholder-wrapper': string; select__placeholder: string; 'select__multiple-count': string; select__close: string; select__clear: string; select__icon: string; select__arrow: string; 'select-popup': string; 'select-popup--top': string; 'select-popup--top-left': string; 'select-popup--top-right': string; 'select-popup--bottom': string; 'select-popup--bottom-left': string; 'select-popup--bottom-right': string; 'select-popup__content': string; 'select-popup__loading': string; 'select-popup__loading--empty': string; select__list: string; select__option: string; 'select__option.is-selected': string; 'select__option.is-disabled': string; 'select__option-prefix': string; 'select__option-content': string; 'select__option-group': string; 'select__option-group-label': string; select__empty: string; }; export declare const IS_CREATED: unique symbol;