import { Type } from "igniteui-react-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;
