/// <reference types="react" />
import type { BaseEdgeProps } from '../../types';
declare const BaseEdge: {
    ({ id, path, labelX, labelY, label, labelStyle, labelShowBg, labelBgStyle, labelBgPadding, labelBgBorderRadius, style, markerEnd, markerStart, interactionWidth, }: BaseEdgeProps): JSX.Element;
    displayName: string;
};
export default BaseEdge;
//# sourceMappingURL=BaseEdge.d.ts.map