import type { HierarchyRectangularNode } from '@visx/hierarchy/lib/types.js'; import type { LeafNode } from '../types/guards/node-guards.js'; export declare const shouldDrawLeafNode: (leaf: HierarchyRectangularNode) => boolean;