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