import type { Node } from '../../types.js';
import type { SVG } from '../../../diagram-api/types.js';
export declare const forkJoin: (parent: SVG, node: Node, dir: string) => import("d3-selection").Selection<SVGGElement, unknown, Element | null, unknown>;
