export { declareComponentKeys } from "./declareComponentKeys"; export type { LocalizedString } from "./LocalizedString"; export { createResolveLocalizedString } from "./LocalizedString"; export { createI18nApi, type GenericTranslations } from "./createI18nApi";