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