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<IgrChartSelection, ChartSelection_internal> {
    constructor(list?: IgrChartSelection[]);
    protected _createInnerColl(): SyncableObservableCollection$2<IgrChartSelection, ChartSelection_internal>;
}
