import type { PropsWithChildren } from 'react'; import type { LocaleDirection } from './react-navigation/native/types'; export type LocaleProviderProps = PropsWithChildren<{ direction: LocaleDirection; }>; export declare function LocaleProvider({ direction, children }: LocaleProviderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=LocaleProvider.d.ts.map