import React from 'react'; interface CustomEdgeProps { extend?: string; } declare const CustomEdge: React.FC; export default CustomEdge;