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