import React, { ComponentType } from 'react';
import { EdgeProps, WrapEdgeProps } from '../../types';
declare const _default: (EdgeComponent: ComponentType<EdgeProps>) => React.MemoExoticComponent<{
    (props: WrapEdgeProps): JSX.Element | null;
    displayName: string;
}>;
export default _default;
