import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export interface IpLocationData { countrycode: string; countryname: string; detail: string; ip: string; registry: string; spam: boolean; tor: boolean; } export declare class IpLocationService { private http; constructor(http: HttpClient); getLocation(): Observable; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }