import type { XYPosition } from '@xyflow/system'; import type { InternalNode, Node, NodeTypes } from '../../types'; export declare const arrowKeyDiffs: Record; export declare const builtinNodeTypes: NodeTypes; export declare function getNodeInlineStyleDimensions(node: InternalNode): { width: number | string | undefined; height: number | string | undefined; }; //# sourceMappingURL=utils.d.ts.map