export { I18nProvider, I18nContext } from './I18nContext'; export type { I18nProviderProps } from './I18nContext'; export { useI18n } from './useI18n'; export { useTranslation } from './useTranslation'; export { buildMessages, translate } from './translate'; export { ourDictionaries, enUS, BASE_LOCALE, AGLocaleMap, LOCALE_REGISTRY } from '../locales'; export type { LocaleRegistryEntry } from '../locales'; export type { Locale, Messages, TranslateVars, TFunction, LoadMessages, I18nContextValue, } from './types'; //# sourceMappingURL=index.d.ts.map