import type { SankeyExtraProperties, SankeyLink } from './types.js'; export declare function sankeyLinkHorizontal(): (link: SankeyLink) => string | null; //# sourceMappingURL=link-horizontal.d.ts.map