import { EdgeProps } from 'reactflow'; /** * Custom edge component that displays warning indicator for ambiguous connections. * Used when an image output is connected to a text input when references handle is available. * * Features: * - Dashed amber stroke for visual differentiation * - Persistent warning badge visible without hover * - Tooltip on hover for full warning message */ export declare const WarningEdge: import('react').NamedExoticComponent;