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