import { LeafletControlComponent } from './controls/leaflet-control/leaflet-control.component'; import { LeafletDragControlComponent } from './controls/leaflet-drag-control/leaflet-drag-control.component'; import { LeafletComponent } from './leaflet/leaflet.component'; export declare const Components: (typeof LeafletControlComponent | typeof LeafletDragControlComponent | typeof LeafletComponent)[];