export { default as Tabs } from './tabs'; export { default as TabPanel } from './tab-panel'; export type { TabsProps, TabPanelProps } from './types';