import type { HyperReactXMLTranslations } from './types'; export declare function createHyperReactXMLTranslator(language: string, translations?: HyperReactXMLTranslations): (key?: string, fallback?: string) => string; //# sourceMappingURL=i18n.d.ts.map