import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { List$1 } from "igniteui-webcomponents-core"; import { CT_TupleSetHeader } from "./CT_TupleSetHeader"; import { CT_TupleSetRowItem } from "./CT_TupleSetRowItem"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_TupleSet extends Base { static $t: Type; private b; private d; private h; private f; constructor(); get a(): List$1; set a(a: List$1); get c(): List$1; set c(a: List$1); get g(): Nullable$1; set g(a: Nullable$1); get e(): Nullable$1; set e(a: Nullable$1); static k(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1): { p1: Nullable$1; p2: Nullable$1; }; static l(a: XmlPartManagerBase, b: string, c?: Nullable$1, d?: Nullable$1): void; }