export declare type UseGetLocaleType = () => () => string; export declare const useGetLocale: UseGetLocaleType;