/// import { TabsProps } from './types'; declare const Tabs: (props: TabsProps) => JSX.Element; export default Tabs;