import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum SpreadsheetSortDialogConditionType {
    OrderedSortCondition = 0,
    FillSortCondition = 1,
    FontColorSortCondition = 2,
    IconSortCondition = 3,
    CustomListSortCondition = 4
}
/**
 * @hidden
 */
export declare let SpreadsheetSortDialogConditionType_$type: Type;
