import React from 'react'; import { PolyGeometryProps } from './hooks/geometry/poly'; import { LineGeometryProps } from './hooks/geometry/line'; export declare type PolylineProps = PolyGeometryProps & LineGeometryProps & {}; declare const Polyline: React.FunctionComponent; export default Polyline;