export declare function insertPolygonShape(parent: any, w: number, h: number, points: {
    x: number;
    y: number;
}[]): any;
