import { MazUiTranslationsMessages, MazUiTranslationsSchema } from './types'; export declare const locale: import('vue').Ref; export declare const globalState: { loadedLocales: Set & Omit, keyof Set>; messages: Record>; userMessages: MazUiTranslationsMessages; loadingPromises: Map(onfulfilled?: ((value: void) => TResult1 | PromiseLike) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike) | null | undefined) => Promise; catch: (onrejected?: ((reason: any) => TResult | PromiseLike) | null | undefined) => Promise; finally: (onfinally?: (() => void) | null | undefined) => Promise; readonly [Symbol.toStringTag]: string; }> & Omit>, keyof Map>; };