import { IconElProps, ItemProps, TextElProps, WrapperProps } from './types'; declare const Wrapper: import("styled-components").StyledComponent<"div", any, WrapperProps, never>; declare const Item: import("styled-components").StyledComponent<"button", any, ItemProps, never>; declare const TextElement: import("styled-components").StyledComponent<"span", any, TextElProps, never>; declare const IconElement: import("styled-components").StyledComponent<"div", any, IconElProps, never>; export { Wrapper, Item, TextElement, IconElement };