import { Shape } from "./Shape"; import { PointCollection } from "./PointCollection"; import { Type } from "./type"; /** * @hidden */ export declare class Polygon extends Shape { static $t: Type; constructor(); an: PointCollection; }