import { GroupLabelProps, ItemsProps, ItemProps } from './types'; declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; declare const Label: import("styled-components").StyledComponent<"span", any, GroupLabelProps, never>; declare const Items: import("styled-components").StyledComponent<"div", any, ItemsProps, never>; declare const Item: import("styled-components").StyledComponent<"div", any, ItemProps, never>; export { Container, Label, Items, Item };