import { Type } from "igniteui-react-core"; /** * @hidden */ export declare const enum SortDirectionWithCustomListOptions { Ascending = 0, Descending = 1, AscendingCustomList = 2, DescendingCustomList = 3 } /** * @hidden */ export declare let SortDirectionWithCustomListOptions_$type: Type;