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