import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_Orientation {
    _default = 0,
    portrait = 1,
    landscape = 2,
    minMax = 3,
    maxMin = 4
}
/**
 * @hidden
 */
export declare let ST_Orientation_$type: Type;
