import { FC } from 'react';
import { BaseChartProps } from '../types';
declare const BubbleChart: FC<BaseChartProps>;
export default BubbleChart;
