import { Scatter } from './scatter'; import { Selection } from 'd3-selection'; export declare class Bubble extends Scatter { type: string; getRadiusScale(selection: Selection): import("d3-scale").ScaleLinear; styleCircles(selection: Selection, animate: boolean): void; }