import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum TrackShadeOrientation {
    HorizontalLower = 0,
    HorizontalHigher = 1,
    VerticalLower = 2,
    VerticalHigher = 3
}
/**
 * @hidden
 */
export declare let TrackShadeOrientation_$type: Type;
