import { IgCollection } from "igniteui-webcomponents-core";
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
import { CellRange as CellRange_internal } from './CellRange';
import { IgcCellRange as IgcCellRange } from './igc-cell-range';
export declare class IgcGridSelectedCellRangesCollection extends IgCollection<IgcCellRange, CellRange_internal> {
    constructor(list?: IgcCellRange[]);
    protected _createInnerColl(): SyncableObservableCollection$2<IgcCellRange, CellRange_internal>;
}
