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