import type { Node, ShapeRenderOptions } from '../../types.js'; import type { D3Selection } from '../../../types.js'; export declare function note(parent: D3Selection, node: Node, { config: { themeVariables } }: ShapeRenderOptions): Promise>;