export declare const i18n: (key: G | (string extends S ? S : never), params?: { [key: string]: any; }) => S extends G ? { "answer-title": string; "close-button": string; dislike: string; error: string; "feedback-message": string; "fresh-start-button": string; like: string; more: string; "only-presets-title": string; refetch: string; replace: string; "replace-disabled": string; "try-again": string; "alert-gpt-presets-info": string; }[G] : string; export type I18nKey = Parameters[0];