import { GroupLabelProps, ItemsProps, ItemProps } from './types'; declare const Container: import("styled-components").StyledComponent<"div", any, object, never>; declare const Label: import("styled-components").StyledComponent<"p", 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 };