import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { CT_ShapeNonVisual } from "./CT_ShapeNonVisual"; import { CT_ShapeProperties_DML } from "./CT_ShapeProperties_DML"; import { CT_ShapeStyle } from "./CT_ShapeStyle"; import { CT_TextBody_DML } from "./CT_TextBody_DML"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_Shape_ChartDrawing extends Base implements ISupportSetProperty { static $t: Type; private o; private p; private k; private l; private e; private a; private g; private c; constructor(); get q(): string; set q(a: string); get r(): string; set r(a: string); get m(): Nullable$1; set m(a: Nullable$1); get n(): Nullable$1; set n(a: Nullable$1); get f(): CT_ShapeNonVisual; set f(a: CT_ShapeNonVisual); get b(): CT_ShapeProperties_DML; set b(a: CT_ShapeProperties_DML); get h(): CT_ShapeStyle; set h(a: CT_ShapeStyle); get d(): CT_TextBody_DML; set d(a: CT_TextBody_DML); static t(a: XmlPartManagerBase, b: string, c: string, d: Nullable$1, e: Nullable$1): { p1: string; p2: string; p3: Nullable$1; p4: Nullable$1; }; static u(a: XmlPartManagerBase, b: string, c?: Nullable$1, d?: Nullable$1, e?: string, f?: string): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }