import type { ForgeTabIcon } from '@cdx-ui/icons/tab-icons'; import type { ForgeTabBarIcon } from './types'; /** * forgeTabIcon — iOS/Android implementation (see `forgeTabIcon.ts` for the * full contract and usage example). * * Returns a `tabBarIcon` function for `createNativeBottomTabNavigator` that * resolves the descriptor's pre-rasterized template PNGs: outlined at rest, * filled when focused (iOS only — Android tabs use one static icon and * express selection via tint). `tinted: true` makes the native tab bar apply * `tabBarActiveTintColor` / `tabBarInactiveTintColor` at runtime, so theming * and dark mode flow through `useForgeBottomTabScreenOptions` unchanged. */ export declare function forgeTabIcon(icon: ForgeTabIcon): ForgeTabBarIcon; //# sourceMappingURL=forgeTabIcon.native.d.ts.map