import type { InjectionKey, Ref } from 'vue'; import type { Locale, Messages } from '../types/locale'; export declare const localeContextInjectionKey: InjectionKey | undefined>>; export declare const useLocale: (localeOverrides?: Ref | undefined>) => import("../utils/locale").LocaleContext;