import type { Node, ShapeRenderOptions } from '../../types.js'; import type { D3Selection } from '../../../types.js'; export declare function filledCircle(parent: D3Selection, node: Node, { config: { themeVariables } }: ShapeRenderOptions): import("d3-selection").Selection;