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