/**
 * On the client side, hook to get the current locale and all related fields
 */
export declare const useLocaleBase: () => {
    locale: import("intlayer").LocalesValues;
    defaultLocale: import("intlayer").Locales;
    availableLocales: import("intlayer").Locales[];
    localeList: import("intlayer").Locales[];
    setLocale: (newLocale: import("intlayer").LocalesValues) => void;
};
//# sourceMappingURL=useLocaleBase.d.ts.map