import * as _$_intlayer_types0 from "@intlayer/types";

//#region src/client/useLocaleBase.d.ts
/**
 * On the client side, hook to get the current locale and all related fields
 */
declare const useLocaleBase: () => {
  locale: _$_intlayer_types0.LocalesValues;
  defaultLocale: any;
  availableLocales: any;
  setLocale: (newLocale: _$_intlayer_types0.LocalesValues) => void;
};
//#endregion
export { useLocaleBase };
//# sourceMappingURL=useLocaleBase.d.ts.map