import type { D3Selection } from '../../../types.js';
import type { Node } from '../../types.js';
export declare function usecaseActorIcon<T extends SVGGraphicsElement>(parent: D3Selection<T>, node: Node): Promise<D3Selection<SVGGElement>>;
