/// import { Edge, EdgeTerminalType, NodeStatus } from '../../../types'; import { ConnectDragSource } from '../../../behavior/dnd-types'; import Point from '../../../geom/Point'; interface EdgeConnectorArrowProps { edge: Edge; className?: string; highlight?: boolean; isTarget?: boolean; status?: NodeStatus; terminalType?: EdgeTerminalType; size?: number; dragRef?: ConnectDragSource; startPoint?: Point; endPoint?: Point; } declare const _default: import("react").FunctionComponent; export default _default; //# sourceMappingURL=DefaultConnectorTerminal.d.ts.map