import { Theme } from '../../utils/theme'; import { TabsVariant } from '../../components/Tabs'; type StyledTabsProps = { theme: Theme; $variant: TabsVariant; }; declare const StyledTabs: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, StyledTabsProps>> & string; export { StyledTabs };