/// <reference types="react" />
import type { i18n as Ii18n } from 'i18next';
export declare const getTranslation: (label: JSX.Element | Record<string, string> | string, i18n: Ii18n) => string;
//# sourceMappingURL=getTranslation.d.ts.map