import i18n from 'i18next'; import { Theme } from '../theme.types'; declare const i18nSetup: (theme: Theme) => void; export { i18nSetup, i18n }; //# sourceMappingURL=i18n.d.ts.map