export declare const useLocale: () => {
    $locale: string;
    t: (...args: any[]) => string;
};
