export declare const MultiLingualData: { addOrUpdate(key: string, data: { [key: string]: any; }): any; get(path: string): string; subscribe(func: Function): any; unsubscribe(key: number): any; getName(component: Function): any; contains(key: string): any; clearAll(): any; };