/// import type { MapboxMap } from './types'; export interface MapContextValue { map: MapboxMap; } export declare const MapContext: import("react").Context;