import { ChevronPlaceProps, CounterPlaceProps, IconPlaceProps, TabElementProps, TextProps } from './types'; declare const TabElement: import("styled-components").StyledComponent<"button", any, TabElementProps, never>; declare const IconPlace: import("styled-components").StyledComponent<"div", any, IconPlaceProps, never>; declare const Text: import("styled-components").StyledComponent<"span", any, TextProps, never>; declare const CounterPlace: import("styled-components").StyledComponent<"div", any, CounterPlaceProps, never>; declare const ChevronPlace: import("styled-components").StyledComponent<"div", any, ChevronPlaceProps, never>; export { TabElement, IconPlace, Text, CounterPlace, ChevronPlace };