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