import { Base, Nullable$1, Type } from "igniteui-react-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<ST_OnOffStyleType>;
    set i(a: Nullable$1<ST_OnOffStyleType>);
    get k(): Nullable$1<ST_OnOffStyleType>;
    set k(a: Nullable$1<ST_OnOffStyleType>);
    get f(): EG_ThemeableFontStyles;
    get d(): EG_ColorChoice_DML;
    static n(a: XmlPartManagerBase, b: Nullable$1<ST_OnOffStyleType>, c: Nullable$1<ST_OnOffStyleType>): {
        p1: Nullable$1<ST_OnOffStyleType>;
        p2: Nullable$1<ST_OnOffStyleType>;
    };
    static o(a: XmlPartManagerBase, b: string, c?: Nullable$1<ST_OnOffStyleType>, d?: Nullable$1<ST_OnOffStyleType>): void;
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
