/// import { ArrowProps } from '../types'; export default function Arrow({ node, nextNodeId }: ArrowProps): JSX.Element | null;