/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare enum Direction { Vertical = 0, Horizontal = 1 } /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export type VerticalDirection = 'up' | 'down'; export type HorizontalDirection = 'left' | 'right';