import { Marker } from "leaflet"; import * as i0 from "@angular/core"; /** * Injectable Angular provider for Leaflet icons to apply to them with Angular DI * @link http://leafletjs.com/reference-1.2.0.html#marker */ export declare class MarkerProvider { ref?: Marker; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }