import { ScatterBase } from "./ScatterBase";
import { IScaleLegendSeries } from "igniteui-angular-core";
import { ISupportsSizeScale } from "./ISupportsSizeScale";
import { ISupportsFillScale } from "./ISupportsFillScale";
import { Rect } from "igniteui-angular-core";
import { IFastItemColumn$1 } from "igniteui-angular-core";
import { Type } from "igniteui-angular-core";
import { List$1 } from "igniteui-angular-core";
import { UIElement } from "igniteui-angular-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-angular-core";
import { Brush } from "igniteui-angular-core";
import { ScatterBaseView } from "./ScatterBaseView";
import { FastItemsSourceEventAction } from "igniteui-angular-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;
    yb(): number;
    protected ct(): SeriesView;
    rj(a: SeriesView): void;
    ad2: BubbleSeriesView;
    protected jv(): number;
    xp(): MarkerFillMode;
    constructor();
    private aft;
    private afs;
    isAttachedTo(a: IChartLegend): boolean;
    protected ej(): boolean;
    protected qi(a: (arg1: any) => void): void;
    get aea(): IFastItemColumn$1<number>;
    protected get_isColoredItemwise(): boolean;
    aeg: List$1<UIElement>;
    private afr;
    get legendReady(): boolean;
    get minScaleText(): string;
    get maxScaleText(): string;
    forScaleColors(a: (arg1: Brush, arg2: number) => void): boolean;
    ae5: string;
    k1(a: any, b: string): any;
    mq(a: string): string;
    get aec(): IFastItemColumn$1<number>;
    set aec(a: IFastItemColumn$1<number>);
    private ad7;
    ad4: SizeScale;
    aev: string;
    private ad6;
    get aeb(): IFastItemColumn$1<any>;
    set aeb(a: IFastItemColumn$1<any>);
    aeq: string;
    ad1: BrushScale;
    private ad5;
    get ad8(): IFastItemColumn$1<number>;
    set ad8(a: IFastItemColumn$1<number>);
    aed: boolean;
    aee: boolean;
    aek: number;
    aej: number;
    aef: boolean;
    acg(a: ScatterBaseView, b: ScatterFrame, c: number, d: Rect, e: Rect): void;
    acr(a: ScatterFrame, b: ScatterBaseView): void;
    private afa;
    static aeh(a: number, b: number, c: number, d: number, e: number): number;
    static aei(a: number, b: number, c: number, d: number, logBase_: number, e: number): number;
    hm(a: Rect, b: Rect, c: SeriesView): boolean;
    protected aa3(a: string, b: FastItemsSourceEventAction): boolean;
    private ae9;
    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;
    ad0(a: SizeScale): ActualRange;
    adz(): ActualRange;
    ad3: SizeScale;
    afc(a: List$1<Marker>, b: List$1<number>, c: Rect, d: boolean): void;
    afb(a: List$1<Marker>): void;
    ak(a: Rect, b: SeriesSelectionBehavior): ChartSelection[];
    qk(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior): void;
    private ad9;
    ae1: string;
    aem: string;
    ae3: string;
    aeo: 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;
}
