export declare const i18n: (key: G | (string extends S ? S : never), params?: { [key: string]: any; }) => S extends G ? { "confirm-cancel": string; "confirm-ok": string; "confirm-title": string; "help-with-text": string; }[G] : string; export type I18nKey = Parameters[0];