import { ObservableCollection$1 } from "igniteui-react-core"; import { Type } from "igniteui-react-core"; import { NotifyCollectionChangedEventArgs } from "igniteui-react-core"; /** * @hidden */ export declare class FunnelChartSelectedItemsCollection extends ObservableCollection$1 { static $t: Type; constructor(); get ae(): FunnelChartSelectedItemsCollection; ag(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void; af: boolean; protected u(a: number): void; }