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