import { PluginObject } from 'vue'; import { FormatMode } from '../../utils/i18n/i18n'; import { ModulVue } from '../../utils/vue/vue'; export declare class MI18n extends ModulVue { k: string; params: any; nb?: number; modifier: string; htmlEncode: boolean; formatMode?: FormatMode; protected created(): void; private get text(); } declare const I18nPlugin: PluginObject; export default I18nPlugin; //# sourceMappingURL=i18n.d.ts.map