import type { HierarchyRectangularNode } from 'd3-hierarchy'; import type { LeafNode } from '../types/guards/node-guards.js'; export declare const shouldDrawLeafNode: (leaf: HierarchyRectangularNode) => boolean; //# sourceMappingURL=should-draw-leaf-node.d.ts.map