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_ek(): boolean;
    protected ct(): SeriesView;
    rj(a: SeriesView): void;
    adg: BubbleSeriesView;
    protected jv(): number;
    xo(): MarkerFillMode;
    constructor();
    private ae7;
    private ae6;
    isAttachedTo(a: IChartLegend): boolean;
    protected ej(): boolean;
    protected qi(a: (arg1: any) => void): void;
    get ado(): IFastItemColumn$1<number>;
    protected get_isColoredItemwise(): boolean;
    adu: List$1<UIElement>;
    private ae5;
    get legendReady(): boolean;
    get minScaleText(): string;
    get maxScaleText(): string;
    forScaleColors(a: (arg1: Brush, arg2: number) => void): boolean;
    aej: string;
    k1(a: any, b: string): any;
    mq(a: string): string;
    get adq(): IFastItemColumn$1<number>;
    set adq(a: IFastItemColumn$1<number>);
    private adl;
    adi: SizeScale;
    ad9: string;
    private adk;
    get adp(): IFastItemColumn$1<any>;
    set adp(a: IFastItemColumn$1<any>);
    ad4: string;
    adf: BrushScale;
    private adj;
    get adm(): IFastItemColumn$1<number>;
    set adm(a: IFastItemColumn$1<number>);
    adr: boolean;
    ads: boolean;
    ady: number;
    adx: number;
    adt: boolean;
    abu(a: ScatterBaseView, b: ScatterFrame, c: number, d: Rect, e: Rect): void;
    ab5(a: ScatterFrame, b: ScatterBaseView): void;
    private aeo;
    static adv(a: number, b: number, c: number, d: number, e: number): number;
    static adw(a: number, b: number, c: number, d: number, logBase_: number, e: number): number;
    hm(a: Rect, b: Rect, c: SeriesView): boolean;
    protected aah(a: string, b: FastItemsSourceEventAction): boolean;
    private aen;
    protected pq(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    qu(): void;
    q1(): void;
    protected rs(a: any, b: string, c: any, d: any): void;
    updateSizeScaleGlobals(): void;
    updateFillScaleGlobals(): void;
    ade(a: SizeScale): ActualRange;
    add(): ActualRange;
    adh: SizeScale;
    aeq(a: List$1<Marker>, b: List$1<number>, c: Rect, d: boolean): void;
    aep(a: List$1<Marker>): void;
    ak(a: Rect, b: SeriesSelectionBehavior): ChartSelection[];
    qk(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior): void;
    private adn;
    aef: string;
    ad0: string;
    aeh: string;
    ad2: 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 dy: BubbleSeries;
    constructor(a: BubbleSeries);
    a4(): void;
    protected dc(): MarkerManagerBase;
    d0(): void;
    d1(): void;
    dz(): void;
    getDefaultTooltipTemplate(): string;
}
