import type { Map as MapGL } from "maplibre-gl"; import "@openremote/or-vaadin-components/or-vaadin-button"; import "@openremote/or-icon"; import { OrMapBaseControl } from "./base"; export declare class OrMapGeolocateControl extends OrMapBaseControl { private _map?; private _button?; private _onLocate?; constructor(onLocate?: (pos: GeolocationPosition) => void); onAdd(map: MapGL): HTMLElement; private _locate; onRemove(): void; } //# sourceMappingURL=geolocate.d.ts.map