export { Tabs } from './Tabs'; export type { TabsProps } from './Tabs'; export { Tab } from './Tab'; export type { TabProps } from './Tab'; export { TabList } from './TabList'; export type { TabListProps } from './TabList'; export { TabPanel } from './TabPanel'; export type { TabPanelProps } from './TabPanel'; //# sourceMappingURL=index.d.ts.map