import { Observable } from 'rxjs'; import { HttpClient } from '@angular/common/http'; export declare class AngularWeatherWidgetService { http: HttpClient; constructor(http: HttpClient); getWeatherDetails(isGeoLocation: any, location: any, APIKEY: any): Observable; }