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