import { DataComponent as DC } from '../runtime'; export type SankeyOptions = Omit, 'type'>; /** * Compute the node and edge position, return a graph representing the Sankey layout. All will be normalized to [[0, 0], [1, 1]] * Required graph data (nodes, edges) */ export declare const Sankey: DC;