export declare const i18n: {
    lng: string;
    resources: {
        en: {
            translation: any;
        };
    };
};
