import { ObservableCollection$1 } from "igniteui-webcomponents-core"; import { CellRange } from "./CellRange"; import { IList$1, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class GridSelectedCellRangesCollection extends ObservableCollection$1 { static $t: Type; constructor(); get ae(): IList$1; }