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