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