export declare const useLocale: () => {
    $locale: import("../../_utils/types").Locale;
    t: (...args: any[]) => string;
};
