import { Type } from "./type";
/**
 * @hidden
 */
export declare const enum NativeUISliderOrientation {
    Horizontal = 0,
    Vertical = 1,
    TwoDimensional = 2
}
/**
 * @hidden
 */
export declare let NativeUISliderOrientation_$type: Type;
