import { ScatterBase } from "./ScatterBase";
import { IScaleLegendSeries } from "igniteui-react-core";
import { ISupportsSizeScale } from "./ISupportsSizeScale";
import { ISupportsFillScale } from "./ISupportsFillScale";
import { Rect } from "igniteui-react-core";
import { IFastItemColumn$1 } from "igniteui-react-core";
import { Type } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { UIElement } from "igniteui-react-core";
import { ActualRange } from "./ActualRange";
import { Series } from "./Series";
import { SizeScale } from "./SizeScale";
import { BrushScale } from "./BrushScale";
import { SeriesView } from "./SeriesView";
import { MarkerFillMode } from "./MarkerFillMode";
import { ScatterFrame } from "./ScatterFrame";
import { IChartLegend } from "igniteui-react-core";
import { Brush } from "igniteui-react-core";
import { ScatterBaseView } from "./ScatterBaseView";
import { FastItemsSourceEventAction } from "igniteui-react-core";
import { Marker } from "./Marker";
import { ChartSelection } from "./ChartSelection";
import { SeriesSelectionBehavior } from "./SeriesSelectionBehavior";
import { BrushSelectionMode } from "./BrushSelectionMode";
import { MarkerManagerBase } from "./MarkerManagerBase";
/**
 * @hidden
 */
export declare class BubbleSeries extends ScatterBase implements IScaleLegendSeries, ISupportsSizeScale, ISupportsFillScale {
    static $t: Type;
    protected bk(): Series;
    protected get_ej(): boolean;
    protected ct(): SeriesView;
    q1(a: SeriesView): void;
    acs: BubbleSeriesView;
    protected jl(): number;
    w3(): MarkerFillMode;
    constructor();
    private aej;
    private aei;
    isAttachedTo(a: IChartLegend): boolean;
    protected ei(): boolean;
    protected p2(a: (arg1: any) => void): void;
    get ac0(): IFastItemColumn$1<number>;
    protected get_isColoredItemwise(): boolean;
    ac6: List$1<UIElement>;
    private aeh;
    get legendReady(): boolean;
    get minScaleText(): string;
    get maxScaleText(): string;
    forScaleColors(a: (arg1: Brush, arg2: number) => void): boolean;
    adv: string;
    kq(a: any, b: string): any;
    md(a: string): string;
    get ac2(): IFastItemColumn$1<number>;
    set ac2(a: IFastItemColumn$1<number>);
    private acx;
    acu: SizeScale;
    adl: string;
    private acw;
    get ac1(): IFastItemColumn$1<any>;
    set ac1(a: IFastItemColumn$1<any>);
    adg: string;
    acr: BrushScale;
    private acv;
    get acy(): IFastItemColumn$1<number>;
    set acy(a: IFastItemColumn$1<number>);
    ac3: boolean;
    ac4: boolean;
    ada: number;
    ac9: number;
    ac5: boolean;
    aa6(a: ScatterBaseView, b: ScatterFrame, c: number, d: Rect, e: Rect): void;
    abh(a: ScatterFrame, b: ScatterBaseView): void;
    private ad0;
    static ac7(a: number, b: number, c: number, d: number, e: number): number;
    static ac8(a: number, b: number, c: number, d: number, logBase_: number, e: number): number;
    he(a: Rect, b: Rect, c: SeriesView): boolean;
    protected zt(a: string, b: FastItemsSourceEventAction): boolean;
    private adz;
    protected pb(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    qd(): void;
    qk(): void;
    protected ra(a: any, b: string, c: any, d: any): void;
    updateSizeScaleGlobals(): void;
    updateFillScaleGlobals(): void;
    acq(a: SizeScale): ActualRange;
    acp(): ActualRange;
    act: SizeScale;
    ad2(a: List$1<Marker>, b: List$1<number>, c: Rect, d: boolean): void;
    ad1(a: List$1<Marker>): void;
    ak(a: Rect, b: SeriesSelectionBehavior): ChartSelection[];
    p4(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior): void;
    private acz;
    adr: string;
    adc: string;
    adt: string;
    ade: string;
    getDataLegendSeriesContextAt(a: number, b: number): any;
    get actualMarkerBrush(): Brush;
    static $$p: string[];
}
/**
 * @hidden
 */
export declare class CustomPaletteBrushScale extends BrushScale {
    static $t: Type;
    constructor();
    brushSelectionMode: BrushSelectionMode;
    getBrush1(a: number, b: number): Brush;
    protected get_isReady(): boolean;
    static $$p: string[];
}
/**
 * @hidden
 */
export declare class BubbleSeriesView extends ScatterBaseView {
    static $t: Type;
    protected dp: BubbleSeries;
    constructor(a: BubbleSeries);
    ax(): void;
    protected c3(): MarkerManagerBase;
    dr(): void;
    ds(): void;
    dq(): void;
    getDefaultTooltipTemplate(): string;
}
