import type { SankeyData } from '@visactor/vgrammar-sankey';
export declare const sankeyLinks: (data: SankeyData) => any;
