import { ShapeComponent as SC } from '../../runtime'; export type PolygonOptions = Record; export declare const Polygon: SC;