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