import { h } from '@logicflow/core'; export default function Polygon({ fillOpacity, strokeWidth, strokeOpacity, fill, stroke, points, className, }: any): h.JSX.Element;