export declare class I18nService { defaultLang: string; langData: any; constructor(); getValue(name: string): any; }