import { Close } from '@rainbow-modules/icons'; interface IsSelected { isSelected?: boolean; } interface StyledOptionProps extends IsSelected { isHover?: boolean; isFocused?: boolean; } export declare const StyledContainer: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledLabel: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const StyledOption: import("styled-components").StyledComponent<"div", any, StyledOptionProps, never>; export declare const StyledName: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const StyledIconContainer: import("styled-components").StyledComponent<"a", any, IsSelected, never>; export declare const StyledCloseIcon: import("styled-components").StyledComponent; export {};