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