import { IgCollection } from "igniteui-react-core";
import { SyncableObservableCollection$2 } from "igniteui-react-core";
import { PrimaryKeyValue as PrimaryKeyValue_internal } from './PrimaryKeyValue';
import { IgrPrimaryKeyValue as IgrPrimaryKeyValue } from './igr-primary-key-value';
export declare class IgrGridSelectedKeysCollection extends IgCollection<IgrPrimaryKeyValue, PrimaryKeyValue_internal> {
    constructor(list?: IgrPrimaryKeyValue[]);
    protected _createInnerColl(): SyncableObservableCollection$2<IgrPrimaryKeyValue, PrimaryKeyValue_internal>;
}
