import { Base, Type } from "igniteui-webcomponents-core"; import { List$1 } from "igniteui-webcomponents-core"; import { IAdjustHandle } from "./IAdjustHandle"; /** * @hidden */ export declare class CT_AdjustHandleList extends Base { static $t: Type; private a; get b(): List$1; }