import { Tabs } from './Tabs'; import type { TabsProps } from './Tabs.types'; export type { TabsProps }; export { Tabs };