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