import SankeyOptions from './SankeyOptions'; export declare class Sankey { private options; private edgeColor; private colorSchema; constructor(options?: SankeyOptions); render(): HTMLDivElement; init(element: HTMLElement): void; private sankey; private color; private format; }