export type { NativeTabsTriggerLabelProps, SrcIcon, SFSymbolIcon, XcassetIcon, DrawableIcon, MaterialIcon, BaseNativeTabsTriggerIconProps, NativeTabsTriggerIconProps, NativeTabsTriggerBadgeProps, NativeTabsBottomAccessoryProps, } from './common/elements'; export type { NativeTabsProps, NativeTabTriggerProps, NativeTabsLabelStyle, SymbolOrImageSource, NativeTabsTabBarItemLabelVisibilityMode, NativeTabsBlurEffect, NativeTabsTabBarMinimizeBehavior, NativeTabsTabBarItemRole, } from './types'; export { NativeTabTrigger } from './NativeTabTrigger'; export { NativeTabs } from './NativeTabs'; //# sourceMappingURL=index.d.ts.map