import { ScatterBaseDescription } from "./ScatterBaseDescription";
import { SizeScaleDescription } from "./SizeScaleDescription";
import { BrushScaleDescription } from "./BrushScaleDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class BubbleSeriesDescription extends ScatterBaseDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private fj;
    get radiusMemberPath(): string;
    set radiusMemberPath(a: string);
    private e1;
    get radiusScale(): SizeScaleDescription;
    set radiusScale(a: SizeScaleDescription);
    private fg;
    get labelMemberPath(): string;
    set labelMemberPath(a: string);
    private ff;
    get fillMemberPath(): string;
    set fillMemberPath(a: string);
    private ez;
    get fillScale(): BrushScaleDescription;
    set fillScale(a: BrushScaleDescription);
    private e3;
    get fillScaleUseGlobalValues(): boolean;
    set fillScaleUseGlobalValues(a: boolean);
    private e4;
    get markerOutlineUsesFillScale(): boolean;
    set markerOutlineUsesFillScale(a: boolean);
    private fa;
    get markerOutlineBrightness(): number;
    set markerOutlineBrightness(a: number);
    private e9;
    get markerBrushBrightness(): number;
    set markerBrushBrightness(a: number);
    private e5;
    get radiusScaleUseGlobalValues(): boolean;
    set radiusScaleUseGlobalValues(a: boolean);
    private fh;
    get radiusMemberAsLegendLabel(): string;
    set radiusMemberAsLegendLabel(a: string);
    private fd;
    get fillMemberAsLegendLabel(): string;
    set fillMemberAsLegendLabel(a: string);
    private fi;
    get radiusMemberAsLegendUnit(): string;
    set radiusMemberAsLegendUnit(a: string);
    private fe;
    get fillMemberAsLegendUnit(): string;
    set fillMemberAsLegendUnit(a: string);
}
