import type { NativeTabsTriggerTabBarProps } from './types'; /** * The component used to customize the style of the tab bar, when given trigger is selected. * * Prefer this to global changes of tab bar styles, directly in the page. * * > **Note:** You can use the alias `NativeTabs.Trigger.TabBar` for this component. * * @example * ```tsx * * * * * * * */ export declare function NativeTabsTriggerTabBar(props: NativeTabsTriggerTabBarProps): React.ReactNode; //# sourceMappingURL=NativeTabsTriggerTabBar.d.ts.map