export declare function useTranslation(): { t: (...path: string[]) => any; lang: import("../types").Lang; };