import React from 'react'; import { EdgeProps } from 'reactflow'; export declare function NPCEdgeV2({ id, sourceX, sourceY, sourcePosition, targetX, targetY, targetPosition, selected, data, }: EdgeProps): React.JSX.Element;