import React from 'react'; import type { Map } from 'mapbox-gl'; declare const MapContext: React.Context<{ map?: Map | undefined; }>; export default MapContext; //# sourceMappingURL=MapContext.d.ts.map