import { TransProps } from "react-i18next"; import { FC } from "react"; declare const useTranslate: (ns?: string) => { t: import("i18next").TFunction; Translate: FC, "t" | "ns">>; }; export default useTranslate;