import React from 'react'; import type { EdgeProps } from 'reactflow'; export declare function SmartStraightEdge(props: EdgeProps): React.JSX.Element;