import { JSXElementConstructor } from 'react'; export declare const bubbleChartClassNames: { bubbleChartYAxis: string; bubbleChartYAxisZeroTick: string; bubbleChartXAxis: string; bubbleChartGridGlobal: string; bubbleChartGridLineX: string; bubbleChartGridLineY: string; bubbleChartCircle: string; bubbleChartYScaleLabel: string; bubbleChartTooltip: string; bubbleChartTooltipContainer: string; bubbleChartTooltipFlex: string; bubbleChartTip: string; }; export declare const SvgWrapper: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const TooltipStyles: JSXElementConstructor;