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