import type { Node, RectOptions } from '../../types.js'; import type { D3Selection } from '../../../types.js'; export declare function drawRect(parent: D3Selection, node: Node, options: RectOptions): Promise>;