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