import { I18n, SSRConfig, TFunction, UseTranslation, UserConfig, WithTranslation, WithTranslationHocType } from "./types.cjs";
import { appWithTranslation, globalI18n } from "./appWithTranslation.cjs";
import { I18nContext, Trans, Translation, useTranslation, withTranslation } from "react-i18next";
export { type I18n, I18nContext, type SSRConfig, type TFunction, Trans, Translation, type UseTranslation, type UserConfig, type WithTranslation, type WithTranslationHocType, appWithTranslation, globalI18n as i18n, useTranslation, withTranslation };