export const select: string export const select__control: string export const select__control_disabled: string export const select__control_error: string export const select__label: string export const select__loading: string export const select__menu: string export const select__option: string export const select__option_disabled: string export const select__option_focused: string export const select__option_selected: string export const select__placeholder: string interface Stylesheet { 'select': string 'select__control': string 'select__control_disabled': string 'select__control_error': string 'select__icon-arrow-bottom': string 'select__icon-arrow-bottom_disabled': string 'select__icon-arrow-bottom_open': string 'select__icon-check-mark': string 'select__icon-check-mark_disabled': string 'select__label': string 'select__loading': string 'select__menu': string 'select__menu-list': string 'select__no-options': string 'select__option': string 'select__option_disabled': string 'select__option_focused': string 'select__option_selected': string 'select__placeholder': string 'select__single-value': string 'select__single-value_disabled': string 'select__single-value_focused': string 'select__single-value_selected': string 'select__value-container': string } declare const stylesheet: Stylesheet export default stylesheet