declare const ComposableMap: any; declare const Geographies: any; declare const _default$2: any; declare const _default$1: any; declare const ZoomableGroup: any; declare const _default: any; declare const Marker: any; declare const Line: any; declare const Annotation: any; declare function useGeographies({ geography, parseGeographies }: { geography: any; parseGeographies: any; }): { geographies: any; outline: any; borders: any; }; declare function useZoomPan({ center, filterZoomEvent, onMoveStart, onMoveEnd, onMove, translateExtent, scaleExtent, zoom, }: { center: any; filterZoomEvent: any; onMoveStart: any; onMoveEnd: any; onMove: any; translateExtent?: number[][]; scaleExtent?: number[]; zoom?: number; }): { mapRef: any; position: any; transformString: string; }; declare function MapProvider({ width, height, projection, projectionConfig, ...restProps }: { [x: string]: any; width: any; height: any; projection: any; projectionConfig: any; }): any; declare namespace MapProvider { namespace propTypes { let width: any; let height: any; let projection: any; let projectionConfig: any; } } declare const MapContext: any; declare function useMapContext(): any; declare const ZoomPanContext: any; declare function ZoomPanProvider({ value, ...restProps }: { [x: string]: any; value?: { x: number; y: number; k: number; transformString: string; }; }): any; declare namespace ZoomPanProvider { namespace propTypes { let x: any; let y: any; let k: any; let transformString: any; } } declare function useZoomPanContext(): any; export { Annotation, ComposableMap, Geographies, _default$2 as Geography, _default$1 as Graticule, Line, MapContext, MapProvider, Marker, _default as Sphere, ZoomPanContext, ZoomPanProvider, ZoomableGroup, useGeographies, useMapContext, useZoomPan, useZoomPanContext };