import React from 'react'; import type { RefObject } from 'react'; import type { MapRef } from '../types'; export type MapInternalContextType = { isConfigured: boolean; mapRef: RefObject; }; export declare const useMapInternalContext: () => MapInternalContextType; export declare const MapProvider: React.MemoExoticComponent>; //# sourceMappingURL=map-context.utils.d.ts.map