import { BaseSeriesProps } from './BaseSeries'; import type { ISankeySeriesSpec } from '@visactor/vchart'; export type SankeyProps = BaseSeriesProps & Omit; export declare const Sankey: import("react").FC & { updateId?: number; componentId?: string; }>;