import { Type } from "igniteui-webcomponents-core"; /** * A type representing a range of cells which can be sorted. */ export interface ISortable { readonly index: number; } /** * @hidden */ export declare let ISortable_$type: Type;