import { CompositeMarkComponent as CC } from '../runtime'; import { SankeyMark } from '../spec'; export type SankeyOptions = Omit; /** * @todo Add interaction * @todo Add source-link color mode */ export declare const Sankey: CC;