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