import type { VNodeChild, App, PropType } from 'vue'; import type { IntlShapeEx } from './types'; export declare const i18nTComponent: >(i18n?: IntlShapeEx | null) => import("vue").DefineComponent>; default: null; }; keypath: { type: StringConstructor; required: true; }; tag: { type: StringConstructor; default: string; }; }>, () => VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; default: null; }; keypath: { type: StringConstructor; required: true; }; tag: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, { i18n: IntlShapeEx; tag: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: { install>(app: App, options: { i18n: IntlShapeEx; }): void; }; export default _default; //# sourceMappingURL=Translation.d.ts.map