import { type Ref } from 'vue'; import { Marker } from "mapbox-gl"; export declare function useMapboxMarkerRef(markerID: string): Ref;