import { Locale } from './interface'; export declare const vuePropsType: { locale: { type: ObjectConstructor; default: Locale; }; }; declare const LocaleProvider: import("vue").DefineComponent, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { locale: Record; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default LocaleProvider;