import { HttpClient } from '@angular/common/http';
import * as i0 from "@angular/core";
export declare class IpServiceService {
    private _httpClient;
    constructor(_httpClient: HttpClient);
    getIPAddress(): any;
    getDataUser(): any;
    getDataBrowserUser(): {
        browser: string;
        versionBrowser: string;
        so: string;
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<IpServiceService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<IpServiceService>;
}
