import { OnInit } from '@angular/core'; import { LayerService } from './layer.service'; export declare class LayerComponent implements OnInit { layer: LayerService; constructor(layer: LayerService); ngOnInit(): void; }