import type { I18nText } from '../model'; export declare const useTranslation: () => (val?: I18nText) => any;