export declare const SelectWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const SelectInput: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const SelectMenu: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; type SelectItemProps = { isSelected?: boolean; }; export declare const SelectItem: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, SelectItemProps, never>; export declare const SelectTag: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; export declare const SelectTagItem: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; export declare const SelectTagItemClose: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>; export declare const SelectTagClose: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const SelectSearchBox: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export {};