import { Layer } from "leaflet"; import * as i0 from "@angular/core"; /** * Injectable Angular provider to structure Leaflet layers with Angulars DI * @link http://leafletjs.com/reference-1.2.0.html#layer */ export declare class LayerProvider { ref?: Layer; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }