import { Provider } from "react"; /** Values provided to children of {@link MapContainer}. */ export interface MapContainerContextType { mapAnchorsHost: HTMLElement; } export declare const MapContainerContextProvider: Provider; export declare function useMapContainerContext(): MapContainerContextType;