import { ChartTypeConfig } from '../../charts/chartConfigs';
/**
 * Configuration for the sankey chart type
 *
 * Sankey charts visualize flow data between nodes.
 * They work with data from flow queries which provide
 * nodes and links representing user journeys.
 */
export declare const sankeyChartConfig: ChartTypeConfig;
