import { EventEmitter } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { Url } from './config'; export declare class ConfigsService { private http; config: any; loadFinished: EventEmitter; constructor(http: HttpClient); exportServer(def: Url): string; exportComponent(): any; }