import React from 'react'; import './Map.css'; export declare const Map: ({ children, zoom, center, projection, addInteractions, sendSelected, sendType, SelectedPin, changeLat, changeLong, setPosition, width, height, addressBar, popoverOverlayProps, additionalOnclickFeature, popoverRef, setSelectInteraction, setPopoverOverlay, setMapObject }: { SelectedPin: any; addInteractions: any; additionalOnclickFeature: any; addressBar: any; center: any; changeLat: any; changeLong: any; children: any; height: any; popoverOverlayProps: any; popoverRef: any; projection: any; sendSelected: any; sendType: any; setMapObject: any; setPopoverOverlay: any; setPosition: any; setSelectInteraction: any; width: any; zoom: any; }) => React.JSX.Element; //# sourceMappingURL=Map.d.ts.map