export declare const ArrowDirections: { readonly top: "top"; readonly right: "right"; readonly bottom: "bottom"; readonly left: "left"; }; export type ArrowDirections = (typeof ArrowDirections)[keyof typeof ArrowDirections];