import type { BubbleChartProps } from './bubble-chart.props'; import React from 'react'; /** common -> cartesian -> scatter -> bubble */ export type { BubbleChartProps, BubbleSeriesData } from './bubble-chart.props'; export declare const BubbleChart: ((props: BubbleChartProps & { theme?: Partial; } & { width?: number | string; height?: number | string; }) => React.JSX.Element) & { displayName: string; }; //# sourceMappingURL=bubble-chart.d.ts.map