import { Base, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { CT_NonVisualDrawingProps } from "./CT_NonVisualDrawingProps"; import { CT_NonVisualDrawingShapeProps } from "./CT_NonVisualDrawingShapeProps"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_GvmlShapeNonVisual extends Base implements ISupportSetProperty { static $t: Type; private b; private d; constructor(); get a(): CT_NonVisualDrawingProps; set a(a: CT_NonVisualDrawingProps); get c(): CT_NonVisualDrawingShapeProps; set c(a: CT_NonVisualDrawingShapeProps); setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }