import { EdgeProps } from "reactflow"; export declare const CustomEdge: ({ id, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, style, markerEnd, source, target, }: EdgeProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CustomEdge.d.ts.map