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