import { OnDestroy, OnInit } from '@angular/core'; import { MapService } from '../providers/mapService'; export declare class CanvasLayderComponent implements OnInit, OnDestroy { private _service; private options; private loaded; private canvaslayer; constructor(_service: MapService); ngOnInit(): void; ngOnDestroy(): void; }