import { default as React } from 'react';
import { ChartProps } from '../../types';
/**
 * SunburstChart Component
 *
 * Renders a sunburst diagram visualization from FlowChartData.
 * Shows hierarchical flow paths radiating from a central starting step.
 */
declare const SunburstChart: React.NamedExoticComponent<ChartProps>;
export default SunburstChart;
