import * as React from 'react'; import type { PolygonProps } from '../../types'; /** * 渲染一个高德地图多边形覆盖物组件 * * @param props - 多边形属性配置,继承自PolygonProps类型 * @returns 高德地图原生多边形视图组件 */ declare function Polygon(props: PolygonProps): React.JSX.Element; declare const _default: React.MemoExoticComponent; export default _default; //# sourceMappingURL=Polygon.d.ts.map