import MapLibreGL from "maplibre-gl"; export type MapContextValue = { map: MapLibreGL.Map | null; isLoaded: boolean; }; export declare const MapContext: import("react").Context; export declare function useMap(): MapContextValue; //# sourceMappingURL=map-context.d.ts.map