import { Control } from "leaflet"; import * as i0 from "@angular/core"; /** * Injectable Angular provider to reference to Leaflets layer-control * @link http://leafletjs.com/reference-1.2.0.html#layer */ export declare class LayersControlProvider { ref?: Control.Layers; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }