import { Base, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { CT_GvmlGroupShapeNonVisual } from "./CT_GvmlGroupShapeNonVisual"; import { CT_GroupShapeProperties } from "./CT_GroupShapeProperties"; import { List$1 } from "igniteui-webcomponents-core"; import { CT_OfficeArtExtensionList } from "./CT_OfficeArtExtensionList"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_GvmlGroupShape extends Base implements ISupportSetProperty { static $t: Type; private b; private f; private h; private d; constructor(); get a(): CT_GvmlGroupShapeNonVisual; set a(a: CT_GvmlGroupShapeNonVisual); get e(): CT_GroupShapeProperties; set e(a: CT_GroupShapeProperties); get g(): List$1; set g(a: List$1); get c(): CT_OfficeArtExtensionList; set c(a: CT_OfficeArtExtensionList); toString(): string; setProperty(a: ElementPropertyIds, b: any): void; }