import React from 'react'; import { EdgeProps } from '../../types'; declare const _default: React.MemoExoticComponent<({ sourceX, sourceY, targetX, targetY, style }: EdgeProps) => JSX.Element>; export default _default;