import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { CT_TableBackgroundStyle } from "./CT_TableBackgroundStyle";
import { CT_TablePartStyle } from "./CT_TablePartStyle";
import { CT_OfficeArtExtensionList } from "./CT_OfficeArtExtensionList";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_TableStyle extends Base implements ISupportSetProperty {
    static $t: Type;
    private d;
    private ad;
    private f;
    private j;
    private h;
    private l;
    private r;
    private n;
    private t;
    private z;
    private ab;
    private p;
    private v;
    private x;
    private b;
    private af;
    private ah;
    constructor();
    get c(): CT_TableBackgroundStyle;
    set c(a: CT_TableBackgroundStyle);
    get ac(): CT_TablePartStyle;
    set ac(a: CT_TablePartStyle);
    get e(): CT_TablePartStyle;
    set e(a: CT_TablePartStyle);
    get i(): CT_TablePartStyle;
    set i(a: CT_TablePartStyle);
    get g(): CT_TablePartStyle;
    set g(a: CT_TablePartStyle);
    get k(): CT_TablePartStyle;
    set k(a: CT_TablePartStyle);
    get q(): CT_TablePartStyle;
    set q(a: CT_TablePartStyle);
    get m(): CT_TablePartStyle;
    set m(a: CT_TablePartStyle);
    get s(): CT_TablePartStyle;
    set s(a: CT_TablePartStyle);
    get y(): CT_TablePartStyle;
    set y(a: CT_TablePartStyle);
    get aa(): CT_TablePartStyle;
    set aa(a: CT_TablePartStyle);
    get o(): CT_TablePartStyle;
    set o(a: CT_TablePartStyle);
    get u(): CT_TablePartStyle;
    set u(a: CT_TablePartStyle);
    get w(): CT_TablePartStyle;
    set w(a: CT_TablePartStyle);
    get a(): CT_OfficeArtExtensionList;
    set a(a: CT_OfficeArtExtensionList);
    get ae(): string;
    set ae(a: string);
    get ag(): string;
    set ag(a: string);
    static aj(a: XmlPartManagerBase, b: string, c: string): {
        p1: string;
        p2: string;
    };
    static ak(a: XmlPartManagerBase, b: string, c: string, d: string): void;
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
