import { AnchorPositionType } from '../types'; export declare function computeArrowDirectionVector(anchorOrientation: AnchorPositionType): { arrowX: number; arrowY: number; };