import React from 'react'; import type { ComponentType } from 'react'; import type { NodeProps, WrapNodeProps, XYPosition } from '../../types'; export declare const arrowKeyDiffs: Record; declare const _default: (NodeComponent: ComponentType) => React.MemoExoticComponent<{ ({ id, type, data, xPos, yPos, xPosOrigin, yPosOrigin, selected, onClick, onMouseEnter, onMouseMove, onMouseLeave, onContextMenu, onDoubleClick, style, className, isDraggable, isSelectable, isConnectable, isFocusable, selectNodesOnDrag, sourcePosition, targetPosition, hidden, resizeObserver, dragHandle, zIndex, isParent, noDragClassName, noPanClassName, initialized, disableKeyboardA11y, ariaLabel, rfId, hasHandleBounds, }: WrapNodeProps): JSX.Element | null; displayName: string; }>; export default _default; //# sourceMappingURL=wrapNode.d.ts.map