import type { TFunction } from '../../types'; declare const translate: TFunction; export declare const useTranslate: () => { translate: TFunction; }; export {}; //# sourceMappingURL=useTranslate.d.ts.map