export declare const useLocale: () => {
    locale: any;
    t: (path: string) => any;
};
