import type { D3Selection } from '../../../types.js'; import type { MindmapOptions, Node, ShapeRenderOptions } from '../../types.js'; export declare function circle(parent: D3Selection, node: Node, options?: MindmapOptions | ShapeRenderOptions): Promise>;