import { Marker } from "mapbox-gl"; export declare function useMapboxMarker(markerID: string, callback: (marker: Marker) => void): void;