import { D3Node, OrgChartConnection, OrgChartDataItem, OrgChartOptions } from '../types'; import { Selection } from 'd3-selection'; export declare const renderOrUpdateConnections: (options: OrgChartOptions, connectionsSelection: Selection, node: D3Node) => void;