import { Position } from '../../../types';
export declare const arrowReverse: (position: Position) => "top" | "bottom" | "left" | "right";
