export declare const enum TableNavDirection {
    Left = -1,
    Right = 1,
    None = 0,
    Up = -2,
    Down = 2
}
