export declare const CLASS_NAME_PREFIX = "react-select"; export declare const classes: { badge: string; badgeText: string; control: string; controlDisabled: string; controlFocused: string; controlOpen: string; indicators: string; input: string; inputContainer: string; multiValueContainer: string; multiValueContainerWithValue: string; multiValueContainerWithoutValue: string; placeholder: string; selectMenu: string; selectMenuGroup: string; selectMenuList: string; selectMenuNotice: string; selectMenuOption: string; selectMenuOptionFocused: string; selectMenuOptionSelected: string; singleValue: string; valueContainer: string; }; export declare const CREATABLE_OPTION_KEY = "__isNew__"; export declare const FieldSizes: { readonly SMALL: "small"; readonly MEDIUM: "medium"; readonly LARGE: "large"; }; export declare const fieldSizeStyles: { small: { badgeMargin: string; font: string; height: string; indicatorPadding: string; padding: string; verticalPaddingWithBorder: string; }; medium: { badgeMargin: string; font: string; height: string; indicatorPadding: string; padding: string; verticalPaddingWithBorder: string; }; large: { badgeMargin: string; font: string; height: string; indicatorPadding: string; padding: string; verticalPaddingWithBorder: string; }; }; export declare const FieldWidths: { readonly FULL: "full"; }; export declare const Indicators: { readonly CLEAR: "clear"; readonly DROPDOWN: "dropdown"; readonly MULTI_VALUE_REMOVE: "multiValueRemove"; }; export declare const IS_CREATABLE = true; export declare const MENU_POSITION = "absolute"; export declare const resultsMenuSizeStyles: { small: { height: string; menuPadding: string; optionFont: string; optionPadding: string; }; medium: { height: string; menuPadding: string; optionFont: string; optionPadding: string; }; large: { height: string; menuPadding: string; optionFont: string; optionPadding: string; }; }; export declare const selectMenuSharedDefaults: { closeMenuOnSelect: boolean; disabled: boolean; error: boolean; errorMessage: string; fieldSize: "medium"; fieldWidth: "full"; menuPlacement: string; id: string; isClearable: boolean; isMulti: boolean; menuMaxVisible: number; menuWidth: "full"; name: string; placeholder: string; tabIndex: number; }; export declare const storyOptions: { label: string; value: string; }[]; export declare const asyncStoryOptions: { label: string; value: string; }[]; export declare const defaultStoryArgTypes: { error: { defaultValue: boolean; description: string; }; errorMessage: { description: string; }; fieldSize: { defaultValue: string; }; fieldWidth: { control: { type: string; }; defaultValue: string; description: string; options: { full: string; '240 (choose your own number IRL)': number; }; }; id: { description: string; type: string; }; intensity: { description: string; defaultValue: string; type: { name: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; control: { type: string; }; options: string[]; }; isClearable: { control: { type: string; }; defaultValue: boolean; description: string; table: { defaultValue: { summary: string; }; type: { summary: string; }; }; }; isMulti: { control: { type: string; }; defaultValue: boolean; description: string; table: { defaultValue: { summary: string; }; type: { summary: string; }; }; }; label: { description: string; table: { type: { summary: string; }; }; }; labelledBy: { description: string; }; menuMaxVisible: { defaultValue: number; description: string; }; menuPlacement: { defaultValue: string; description: string; }; menuPosition: { defaultValue: string; table: { defaultValue: { summary: string; }; }; }; menuWidth: { control: { type: string; }; defaultValue: string; description: string; options: (string | number)[]; table: { type: { summary: string; }; }; }; message: { description: string; }; name: { control: { type: string; }; description: string; table: { type: { summary: string; }; }; }; options: { description: string; table: { type: { summary: string; }; }; }; placeholder: { control: { type: string; }; description: string; table: { type: { summary: string; }; }; }; required: { defaultValue: boolean; description: string; }; value: { description: string; table: { type: { summary: string; }; }; }; };