import { Tabs } from './tabs';
export type { TabsProps, TabsTitle } from './tabs';
export default Tabs;
