import { IgCollection } from "igniteui-webcomponents-core";
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
import { CellKey as CellKey_internal } from './CellKey';
import { IgcCellKey as IgcCellKey } from './igc-cell-key';
export declare class IgcGridSelectedCellsCollection extends IgCollection<IgcCellKey, CellKey_internal> {
    constructor(list?: IgcCellKey[]);
    protected _createInnerColl(): SyncableObservableCollection$2<IgcCellKey, CellKey_internal>;
}
