import React from 'react'; import { IAzureMapPopup } from '../../types'; declare const AzureMapPopup: React.MemoExoticComponent<({ isVisible, popupContent, options, events }: IAzureMapPopup) => null>; export default AzureMapPopup;