import { Base, Type } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_TupleItems extends Base {
    static $t: Type;
    private b;
    constructor();
    get a(): List$1<string>;
    set a(a: List$1<string>);
    static c(a: XmlPartManagerBase): void;
    static d(a: XmlPartManagerBase, b: string): void;
}
