import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { CT_OfficeArtExtensionList } from "./CT_OfficeArtExtensionList"; import { EG_FillProperties } from "./EG_FillProperties"; import { EG_EffectProperties } from "./EG_EffectProperties"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_TableProperties extends Base implements ISupportSetProperty { static $t: Type; private ac; private b; private aa; private u; private s; private y; private w; private q; private o; private e; private c; constructor(); get item(): any; set item(a: any); get a(): CT_OfficeArtExtensionList; set a(a: CT_OfficeArtExtensionList); get z(): Nullable$1; set z(a: Nullable$1); get t(): Nullable$1; set t(a: Nullable$1); get r(): Nullable$1; set r(a: Nullable$1); get x(): Nullable$1; set x(a: Nullable$1); get v(): Nullable$1; set v(a: Nullable$1); get p(): Nullable$1; set p(a: Nullable$1); get n(): Nullable$1; set n(a: Nullable$1); get f(): EG_FillProperties; get d(): EG_EffectProperties; static ae(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1, d: Nullable$1, e: Nullable$1, f: Nullable$1, g: Nullable$1, h: Nullable$1): { p1: Nullable$1; p2: Nullable$1; p3: Nullable$1; p4: Nullable$1; p5: Nullable$1; p6: Nullable$1; p7: Nullable$1; }; static af(a: XmlPartManagerBase, b: string, c?: Nullable$1, d?: Nullable$1, e?: Nullable$1, f?: Nullable$1, g?: Nullable$1, h?: Nullable$1, i?: Nullable$1): void; toString(): string; setProperty(a: ElementPropertyIds, b: any): void; }