export default i18nClient;
/**
 * Client Side Load
 */
declare const i18nClient: Promise<import("i18next").TFunction>;
