export { TabsContext } from './Context'; export type { ITabsProps, ITabBarProps, ITabProps, ITabViewsProps, ITabViewProps, ITabsContextProps, } from './types'; import type { ITabsComponentType } from './types'; declare const Tabs: ITabsComponentType; export { Tabs };