import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { List$1 } from "igniteui-react-core";
import { CT_TableCell } from "./CT_TableCell";
import { CT_OfficeArtExtensionList } from "./CT_OfficeArtExtensionList";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_TableRow extends Base implements ISupportSetProperty {
    static $t: Type;
    private d;
    private b;
    private f;
    constructor();
    get c(): List$1<CT_TableCell>;
    set c(a: List$1<CT_TableCell>);
    get a(): CT_OfficeArtExtensionList;
    set a(a: CT_OfficeArtExtensionList);
    get e(): number;
    set e(a: number);
    static h(a: XmlPartManagerBase, b: number): {
        p1: number;
    };
    static i(a: XmlPartManagerBase, b: string, c: number): void;
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
