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