import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { CT_LineProperties_DML } from "./CT_LineProperties_DML"; import { CT_Cell3D } from "./CT_Cell3D"; import { CT_OfficeArtExtensionList } from "./CT_OfficeArtExtensionList"; import { ST_TextVerticalType } from "./ST_TextVerticalType"; import { ST_TextAnchoringType } from "./ST_TextAnchoringType"; import { ST_TextHorzOverflowType } from "./ST_TextHorzOverflowType"; import { EG_FillProperties } from "./EG_FillProperties"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_TableCellProperties extends Base implements ISupportSetProperty { static $t: Type; private h; private j; private l; private d; private n; private f; private b; private p; private ag; private ai; private ak; private ae; private am; private aa; private z; private ac; private q; constructor(); get g(): CT_LineProperties_DML; set g(a: CT_LineProperties_DML); get i(): CT_LineProperties_DML; set i(a: CT_LineProperties_DML); get k(): CT_LineProperties_DML; set k(a: CT_LineProperties_DML); get c(): CT_LineProperties_DML; set c(a: CT_LineProperties_DML); get m(): CT_LineProperties_DML; set m(a: CT_LineProperties_DML); get e(): CT_LineProperties_DML; set e(a: CT_LineProperties_DML); get a(): CT_Cell3D; set a(a: CT_Cell3D); get o(): CT_OfficeArtExtensionList; set o(a: CT_OfficeArtExtensionList); get af(): Nullable$1; set af(a: Nullable$1); get ah(): Nullable$1; set ah(a: Nullable$1); get aj(): Nullable$1; set aj(a: Nullable$1); get ad(): Nullable$1; set ad(a: Nullable$1); get al(): Nullable$1; set al(a: Nullable$1); get x(): Nullable$1; set x(a: Nullable$1); get y(): Nullable$1; set y(a: Nullable$1); get ab(): Nullable$1; set ab(a: Nullable$1); get r(): EG_FillProperties; static ao(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1, d: Nullable$1, e: Nullable$1, f: Nullable$1, g: Nullable$1, h: Nullable$1, i: Nullable$1): { p1: Nullable$1; p2: Nullable$1; p3: Nullable$1; p4: Nullable$1; p5: Nullable$1; p6: Nullable$1; p7: Nullable$1; p8: Nullable$1; }; static ap(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, j?: Nullable$1): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }