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