/// import { Map as LeafletMap } from 'leaflet'; declare type MapContextType = { map: LeafletMap; }; export declare const MapProvider: import("react").Provider; export declare const useMapContext: () => MapContextType; export {};