import type { Map } from 'ol'; export interface MapContextType { map: Map | null; } declare const MapContext: import("react").Context; export default MapContext;