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