import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum SortContext {
    Selection = 0,
    WorksheetSortSettings = 1,
    FilterRegion = 2,
    Table = 3
}
/**
 * @hidden
 */
export declare let SortContext_$type: Type;
