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