import { EdgeProps } from 'reactflow'; export default function RadiusEdge({ sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, style, markerEnd, }: EdgeProps): import("react/jsx-runtime").JSX.Element;