import { OnInit, OnDestroy } from '@angular/core'; import { MapService } from '../../map'; import { LayerListComponent } from './layer-list.component'; export declare class LayerListBindingDirective implements OnInit, OnDestroy { private mapService; private component; private layers$$; constructor(component: LayerListComponent, mapService: MapService); ngOnInit(): void; ngOnDestroy(): void; }