import { OnInit, OnDestroy, AfterViewInit } from '@angular/core'; import { Http } from "@angular/http"; export declare class FormlyAddressPickerMapComponent implements OnInit, AfterViewInit, OnDestroy { private http; data: any; map: any; private ngUnsubscribe; value: any; result: any; items: any[]; response: any; private sub_geo; private timeout_geo; private sub_inverse; private timeout_inverse; private featureGroup; private location; mapId: number; constructor(http: Http, data: any); ngOnInit(): void; ngAfterViewInit(): void; changed(e: any): void; setLocation(lat: number, lng: number): void; clicked(e: any, center?: boolean): void; displayAutocomplete(e: any): string; displayFn(e: any): string; ngOnDestroy(): void; }