import { FC } from 'react'; import { BubbleChartProps } from './types'; export declare const BubbleChart: FC;