import { IgCollection } from "igniteui-react-core"; import { SyncableObservableCollection$2 } from "igniteui-react-core"; import { ChartSelection as ChartSelection_internal } from './ChartSelection'; import { IgrChartSelection as IgrChartSelection } from './igr-chart-selection'; export declare class IgrChartSelectedItemCollection extends IgCollection { constructor(list?: IgrChartSelection[]); protected _createInnerColl(): SyncableObservableCollection$2; }