import type { Node } from '../../types.js';
export declare const rectWithTitle: (parent: SVGElement, node: Node) => Promise<any>;
