import { type InternalTreeMapNode } from '../types/internal.js'; export declare const isBelowThreshold: (node: InternalTreeMapNode, areaPerValue: number, threshold: number) => boolean; //# sourceMappingURL=is-below-threshold.d.ts.map