import { IgCollection } from './IgCollection'; import { SyncableObservableCollection$2 } from './SyncableObservableCollection$2'; export declare class IgxObjectCollection extends IgCollection { constructor(list?: any[]); protected _createInnerColl(): SyncableObservableCollection$2; }