export { Tabs } from './Tabs'; export type { TabsProps, TabsStylesNames } from './Tabs'; export type { TabsPanelProps } from './TabsPanel/TabsPanel'; export type { TabProps } from './Tab/Tab'; export type { TabsListProps } from './TabsList/TabsList'; export type { TabsStylesParams, TabsOrientation, TabsValue, TabsVariant } from './Tabs.types'; //# sourceMappingURL=index.d.ts.map