export function addResourceBundleToLibI18n(resources: any): void;
export function setLanguage(language: any): void;
export default i18n;
import i18n from 'i18next';
import { withTranslation } from 'react-i18next';
import { useTranslation } from 'react-i18next';
import { Trans } from 'react-i18next';
export { withTranslation, useTranslation, Trans, i18n };
//# sourceMappingURL=i18n.d.ts.map