/// <reference types="react" />
import type { EdgeWrapperProps } from '../../types';
export declare function EdgeWrapper({ id, edgesFocusable, edgesUpdatable, elementsSelectable, onClick, onDoubleClick, onContextMenu, onMouseEnter, onMouseMove, onMouseLeave, edgeUpdaterRadius, onEdgeUpdate, onEdgeUpdateStart, onEdgeUpdateEnd, rfId, edgeTypes, noPanClassName, onError, }: EdgeWrapperProps): JSX.Element | null;
//# sourceMappingURL=index.d.ts.map