import type { ILocaleFunction } from './types'; export declare const useTranslation: () => { t: ILocaleFunction; lang: string | undefined; };