export default ListController;
declare class ListController extends GuiControl {
    /**
     *
     * @param itemFactory
     * @param {function(*):GuiControl} controllerFactory
     * @constructor
     */
    constructor(itemFactory: any, controllerFactory: (arg0: any) => GuiControl);
}
import GuiControl from "./GuiControl.js";
//# sourceMappingURL=ListController.d.ts.map