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