import { IgCollection } from "igniteui-webcomponents-core";
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
import { ChartSelection as ChartSelection_internal } from './ChartSelection';
import { IgcChartSelection as IgcChartSelection } from './igc-chart-selection';
export declare class IgcChartSelectedItemCollection extends IgCollection<IgcChartSelection, ChartSelection_internal> {
    constructor(list?: IgcChartSelection[]);
    protected _createInnerColl(): SyncableObservableCollection$2<IgcChartSelection, ChartSelection_internal>;
}
