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