export declare const useI18n: () => {
    i18n: import("vue").ComputedRef<MeleonLocale.CoreLocale>;
    locale: import("vue").ComputedRef<MeleonLocale.LocaleCategory>;
    t: (key: string) => any;
};
