import { Base, Type } from "igniteui-angular-core"; import { Rect } from "igniteui-angular-core"; /** * @hidden */ export declare class ListPanelVisualModel extends Base { static $t: Type; constructor(); d: Rect; c: number; b: number; get a(): boolean; }