import en from '../locales/en'; export declare const locale: ((value?: Partial<{ localeCode: string; year: string; month: string; week: string; day: string; hour: string; minute: string; second: string; millisecond: string; thousand: string; million: string; billion: string; trillion: string; copySuccess: string; copyFail: string; add: string; remove: string; search: string; filter: string; loading: string; ok: string; cancel: string; prevPage: string; nextPage: string; perPage: string; noData: string; more: string; less: string; nextTour: string; skipTour: string; finishTour: string; currentOfTotal: string; requiredMeg: string; patternMsg: string; }> | undefined) => void) & Omit<{ name: never; apply: never; call: never; bind: never; toString: never; prototype: never; length: never; arguments: never; caller: never; [Symbol.hasInstance]: never; [Symbol.metadata]: never; }, "search" | "filter" | "cancel" | "remove" | "loading" | "more" | "add" | "localeCode" | "year" | "month" | "week" | "day" | "hour" | "minute" | "second" | "millisecond" | "thousand" | "million" | "billion" | "trillion" | "copySuccess" | "copyFail" | "ok" | "prevPage" | "nextPage" | "perPage" | "noData" | "less" | "nextTour" | "skipTour" | "finishTour" | "currentOfTotal" | "requiredMeg" | "patternMsg"> & { localeCode: string; year: string; month: string; week: string; day: string; hour: string; minute: string; second: string; millisecond: string; thousand: string; million: string; billion: string; trillion: string; copySuccess: string; copyFail: string; add: string; remove: string; search: string; filter: string; loading: string; ok: string; cancel: string; prevPage: string; nextPage: string; perPage: string; noData: string; more: string; less: string; nextTour: string; skipTour: string; finishTour: string; currentOfTotal: string; requiredMeg: string; patternMsg: string; }; export declare const loadLocale: (l: Promise<{ default: Partial; }>) => void; //# sourceMappingURL=locale.d.ts.map