import 'rxjs/add/operator/map'; import { TranslateService } from '@ngx-translate/core'; import { Http } from '@angular/http'; import { SharedService } from "./sharedService"; import { Router } from '@angular/router'; import { Observable } from 'rxjs'; export declare abstract class AbstractComponent { previousUrl: any; traducao: any; constructor(_router: Router, _sharedService: SharedService, _translateService: TranslateService, _http: Http); getJSON(_http: any, idiomaStorage: any): Observable; }