import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum Direction {
    Left = 0,
    Right = 1,
    Up = 2,
    Down = 3
}
/**
 * @hidden
 */
export declare let Direction_$type: Type;
