import { default as en } from './locales/en.json'; declare module '../vue-i18n/dist/vue-i18n.runtime.esm-bundler.js' { interface DefineLocaleMessage extends En { } } type En = typeof en; export declare const locale = "en"; export declare const fallbackLocale = "en"; export declare const options: { warnHtmlMessage: boolean; globalInjection: boolean; legacy: boolean; locale: string; fallbackLocale: string; messages: { fr: { "imddb-header": { navbar: { leak: string; support: string; follow: string; }; }; "app-header": { navbar: { investigations: string; leak: string; support: string; follow: string; }; }; "generic-header": { navbar: { investigations: string; leak: string; support: string; follow: string; }; }; "embeddable-footer": { share: string; }; "embed-form": { heading: string; introduction: string; "responsive-optin": string; copy: string; }; "follow-us-popover": { heading: string; }; "app-footer": { investigations: string; "follow-us": string; "all-rights": string; version: string; }; "generic-footer": { investigations: string; "follow-us": string; "all-rights": string; version: string; }; "donate-form": { support: string; introduction: string; "join-heading": string; label: string; frequency: { monthly: string; yearly: string; onetime: string; }; result: { sentence: string; conversation: string; rules: string; world: string; }; suggesteddonation: { conversation: { monthly: number; yearly: number; onetime: number; }; rules: { monthly: number; yearly: number; onetime: number; }; world: { monthly: number; yearly: number; onetime: number; }; }; submit: string; benefits: { heading: string; introduction: string; more: string; list: string[]; impacts: { conversation: { level: string; heading: string; highlight: string; }; rules: { level: string; heading: string; highlight: string; }; world: { level: string; heading: string; highlight: string; }; }; }; }; "sign-up-form": { label: string; placeholder: string; submit: string; }; "haptic-copy": { label: string; tooltip: { succeed: string; }; }; "tiny-pagination": { page: string; aria: string; total: string; previous: string; next: string; }; }; en: { "advanced-link-form": { raw: { tab: string; }; rich: { tab: string; description: string; }; markdown: { tab: string; description: string; }; html: { tab: string; }; }; "app-header": { navbar: { investigations: string; leak: string; support: string; follow: string; }; }; "generic-header": { navbar: { investigations: string; leak: string; support: string; follow: string; }; }; "imddb-header": { navbar: { leak: string; support: string; follow: string; }; }; "embeddable-footer": { share: string; }; "embed-form": { heading: string; introduction: string; "responsive-optin": string; copy: string; }; "follow-us-popover": { heading: string; }; "app-footer": { investigations: string; "follow-us": string; "all-rights": string; version: string; }; "generic-footer": { investigations: string; "follow-us": string; "all-rights": string; version: string; }; "donate-form": { support: string; introduction: string; "join-heading": string; label: string; frequency: { monthly: string; yearly: string; onetime: string; }; result: { sentence: string; conversation: string; rules: string; world: string; }; suggesteddonation: { conversation: { monthly: number; yearly: number; onetime: number; }; rules: { monthly: number; yearly: number; onetime: number; }; world: { monthly: number; yearly: number; onetime: number; }; }; submit: string; benefits: { heading: string; introduction: string; more: string; list: string[]; impacts: { conversation: { level: string; heading: string; highlight: string; }; rules: { level: string; heading: string; highlight: string; }; world: { level: string; heading: string; highlight: string; }; }; }; }; "sign-up-form": { label: string; placeholder: string; submit: string; }; "haptic-copy": { label: string; tooltip: { succeed: string; failed: string; }; }; "custom-pagination": { placeholder: string; "compact-placeholder": string; "total-pages": string; "invalid-number-error": string; }; "tiny-pagination": { page: string; aria: string; ariaRow: string; total: string; rowRange: string; rowRangeFewer: string; uniqueRowRange: string; compactRowRange: string; previous: string; next: string; first: string; last: string; }; }; }; }; export declare const i18n: import('../vue-i18n/dist/vue-i18n.runtime.esm-bundler.js').I18n<{ fr: import('@intlify/core-base').LocaleMessage; en: import('@intlify/core-base').LocaleMessage; }, { fr: import('../vue-i18n/dist/vue-i18n.runtime.esm-bundler.js').IntlDateTimeFormat; en: import('../vue-i18n/dist/vue-i18n.runtime.esm-bundler.js').IntlDateTimeFormat; }, { fr: import('../vue-i18n/dist/vue-i18n.runtime.esm-bundler.js').IntlNumberFormat; en: import('../vue-i18n/dist/vue-i18n.runtime.esm-bundler.js').IntlNumberFormat; }, string, false>; export {};