import React from 'react'; import { MapPolygonExtendedProps } from '../lib/types'; export declare const Polyline: (props: { polygon: MapPolygonExtendedProps | null; }) => React.JSX.Element | null; //# sourceMappingURL=Polyline.d.ts.map