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