import { IgCollection } from "igniteui-angular-core"; import { SyncableObservableCollection$2 } from "igniteui-angular-core"; export declare class IgxLayoutSelectedItemsCollection extends IgCollection { constructor(list?: any[]); protected _createInnerColl(): SyncableObservableCollection$2; }