import { Popup } from "mapbox-gl"; export declare function useMapboxPopup(popupID: string, callback: (popup: Popup) => void): void;