import type { IControl, Map as MapGL } from "maplibre-gl"; export declare abstract class OrMapBaseControl implements IControl { protected _container?: HTMLElement; protected _createContainer(extra?: Partial): HTMLElement; abstract onAdd(map: MapGL): HTMLElement; onRemove(): void; } //# sourceMappingURL=base.d.ts.map