/// import { MapPopup } from '../../models'; declare function Popup(props: MapPopup): JSX.Element | null; export default Popup;