import type React from 'react'; import type { ICirclePackingChartSpec } from '@visactor/vchart'; import type { BaseChartProps } from './BaseChart'; export interface CirclePackingChartProps extends Omit, Omit, 'type'> { } export declare const CirclePackingChart: React.ForwardRefExoticComponent>;