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