import type { App } from "@excalidraw/excalidraw/types"; export declare const maybeHandleArrowPointlikeDrag: ({ app, event, }: { app: App; event: KeyboardEvent | React.KeyboardEvent | PointerEvent; }) => boolean;