import type { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import type { SunburstOptions } from '../../core'; import type { Chart, CommonConfig } from '../../interface'; export type SunburstConfig = CommonConfig; declare const SunburstChart: ForwardRefExoticComponent & RefAttributes>; export default SunburstChart;