import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { CT_OfficeArtExtensionList } from "./CT_OfficeArtExtensionList"; import { ST_OnOffStyleType } from "./ST_OnOffStyleType"; import { EG_ThemeableFontStyles } from "./EG_ThemeableFontStyles"; import { EG_ColorChoice_DML } from "./EG_ColorChoice_DML"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_TableStyleTextStyle extends Base implements ISupportSetProperty { static $t: Type; private b; private j; private l; private e; private c; constructor(); get a(): CT_OfficeArtExtensionList; set a(a: CT_OfficeArtExtensionList); get i(): Nullable$1; set i(a: Nullable$1); get k(): Nullable$1; set k(a: Nullable$1); get f(): EG_ThemeableFontStyles; get d(): EG_ColorChoice_DML; static n(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1): { p1: Nullable$1; p2: Nullable$1; }; static o(a: XmlPartManagerBase, b: string, c?: Nullable$1, d?: Nullable$1): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }