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