export { default as useI18n, createI18n } from './i18n'; export { default as Translation, i18nTComponent } from './Translation'; export type { IntlMessageFormatOptions } from './i18n'; export type * from './types'; //# sourceMappingURL=index.d.ts.map