import { BaseSwitchItem, SwitcherProps } from './Switcher'; export declare type TabsProps = Omit, 'direction'>; export declare const Tabs: (props: TabsProps) => JSX.Element;