export interface MapContextProps { licenseMuiX?: string; licenceMapbox?: string; } export declare const MapContext: import('react').Context;