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