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