/// import { OnInit } from '@angular/core'; import { EsriMapService } from './../../core/index'; export declare class LayersToggleComponent implements OnInit { private mapService; map: __esri.Map; mapView: __esri.MapView; position: string; constructor(mapService: EsriMapService); ngOnInit(): void; onCheck($event: any, layer: __esri.Layer): void; onZoomLayer(layer: __esri.Layer): void; }