import type { Node } from '$root/rendering-util/types.d.ts';
export declare const rectWithTitle: (parent: SVGElement, node: Node) => Promise<any>;
