import { type Ref } from 'vue';
import { Popup } from "mapbox-gl";
export declare function useMapboxPopupRef(markerID: string): Ref<Popup>;
