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 { constructor(list?: IgcCellRange[]); protected _createInnerColl(): SyncableObservableCollection$2; }