export * from './common/elements'; export type { NativeTabsProps, NativeTabTriggerProps, NativeTabsLabelStyle, NativeTabsActiveStyleType, NativeTabOptions, SymbolOrImageSource, NativeTabsTabBarItemLabelVisibilityMode, NativeTabsBlurEffect, NativeTabsTabBarMinimizeBehavior, NativeTabsTabBarItemRole, NativeTabsTriggerTabBarProps, } from './NativeBottomTabs/types'; export { NativeTabsTriggerTabBar } from './NativeBottomTabs/NativeTabsTriggerTabBar'; export { NativeTabTrigger } from './NativeBottomTabs/NativeTabTrigger'; export { NativeTabs } from './NativeBottomTabs/NativeTabs'; //# sourceMappingURL=index.d.ts.map