import { PolyAnnotation } from "./polyAnnotation"; export declare class PolygonAnnotation extends PolyAnnotation { static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }