import { type ReactElement } from 'react'; import type { TabAccessoryComponentFactory } from 'react-native-screens'; import type { NativeTabsBottomAccessoryProps } from '../common/elements'; /** * Converts `` component into a function, * which can be used by `react-native-screens` to render the accessory. */ export declare function useBottomAccessoryFunctionFromBottomAccessories(bottomAccessory: ReactElement> | undefined): TabAccessoryComponentFactory | undefined; //# sourceMappingURL=bottomAccessory.d.ts.map