export { Tabs } from './tabs'; export { Tab } from './tab'; export { TabPanel } from './tab-panel'; export type { TabsProps, TabProps, TabPanelProps, TabContentDirection, TabChangeEventDetail, } from './tabs.types';