/** * Hook to access the text direction specified in the `NavigationContainer`. */ export declare function useLocale(): { direction: import("./types").LocaleDirection; }; //# sourceMappingURL=useLocale.d.ts.map