import { D3Node, FlextreeD3Node, OrgChartDataItem, OrgChartOptions } from '../types'; import { Selection } from 'd3-selection'; export declare const renderOrUpdateLinks: (options: OrgChartOptions, linksSelection: Selection, SVGGraphicsElement, string>, node: D3Node) => void;