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