/// import { OnInit } from '@angular/core'; import { EsriMapService } from './../../core/index'; export declare class SearchComponent implements OnInit { private mapService; map: __esri.Map; mapView: __esri.MapView; position: string; constructor(mapService: EsriMapService); ngOnInit(): void; }