export * as Tabs from './index.parts'; export type * from './root/TabsRoot'; export type * from './list/TabsList'; export type * from './tab/TabsTab'; export type * from './indicator/TabsIndicator'; export type * from './panel/TabsPanel'; export { useTabsRootContext } from './root/TabsRootContext'; //# sourceMappingURL=index.d.ts.map