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