import type { JSXElement, PolygonProps } from '../types'; export declare function Polygon({ points, ...props }: PolygonProps): JSXElement;