import { HorizontalDirection, PositionDirection, VerticalDirection } from "../types/index";
declare const ALL_DIRECTIONS: PositionDirection[];
declare const HORIZONTAL_DIRECTIONS: HorizontalDirection[];
declare const VERTICAL_DIRECTIONS: VerticalDirection[];
export { ALL_DIRECTIONS, HORIZONTAL_DIRECTIONS, VERTICAL_DIRECTIONS };
