import { IgCollection } from "igniteui-react-core";
import { SyncableObservableCollection$2 } from "igniteui-react-core";
export declare class IgrFunnelChartSelectedItemsCollection extends IgCollection<any, any> {
    constructor(list?: any[]);
    protected _createInnerColl(): SyncableObservableCollection$2<any, any>;
}
