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