import { MarkerSeries } from "./MarkerSeries";
import { ISupportsErrorBars } from "./ISupportsErrorBars";
import { ITrendLineSeries } from "./ITrendLineSeries";
import { ScatterAxisInfoCache } from "./ScatterAxisInfoCache";
import { NumericXAxis } from "./NumericXAxis";
import { DependencyProperty } from "igniteui-react-core";
import { NumericYAxis } from "./NumericYAxis";
import { IFastItemColumn$1 } from "igniteui-react-core";
import { Series } from "./Series";
import { TrendLineType } from "igniteui-react-core";
import { Brush } from "igniteui-react-core";
import { PenLineCap } from "igniteui-react-core";
import { DoubleCollection } from "igniteui-react-core";
import { CollisionAvoidanceType } from "./CollisionAvoidanceType";
import { Axis } from "./Axis";
import { ScatterItemSearchMode } from "./ScatterItemSearchMode";
import { ScatterErrorBarSettings } from "./ScatterErrorBarSettings";
import { HighlightingInfo } from "igniteui-react-core";
import { ScatterFrame } from "./ScatterFrame";
import { SeriesView } from "./SeriesView";
import { Point, Type } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { SeriesPointOfInterest } from "./SeriesPointOfInterest";
import { Rect } from "igniteui-react-core";
import { Marker } from "./Marker";
import { MarkerSeriesView } from "./MarkerSeriesView";
import { SeriesHitTestMode } from "./SeriesHitTestMode";
import { SeriesLayerPropertyOverlay } from "./SeriesLayerPropertyOverlay";
import { FastItemsSourceEventAction } from "igniteui-react-core";
import { ITrendLineManager } from "./ITrendLineManager";
import { Clipper } from "igniteui-react-core";
import { OwnedPoint } from "./OwnedPoint";
import { AxisRange } from "./AxisRange";
import { HashPool$2 } from "igniteui-react-core";
import { ScatterTrendLineManager } from "./ScatterTrendLineManager";
import { MarkerManagerBase } from "./MarkerManagerBase";
import { Thickness } from "igniteui-react-core";
import { SeriesPlotAreaMarginHorizontalMode } from "./SeriesPlotAreaMarginHorizontalMode";
import { SeriesPlotAreaMarginVerticalMode } from "./SeriesPlotAreaMarginVerticalMode";
import { Size } from "igniteui-react-core";
import { AssigningScatterStyleEventArgs } from "./AssigningScatterStyleEventArgs";
import { AssigningScatterMarkerStyleEventArgs } from "./AssigningScatterMarkerStyleEventArgs";
import { ChartSelection } from "./ChartSelection";
import { SeriesSelectionBehavior } from "./SeriesSelectionBehavior";
import { MarkerCollisionMode } from "./MarkerCollisionMode";
import { AssigningSeriesStyleEventArgsBase } from "./AssigningSeriesStyleEventArgsBase";
import { SeriesRenderManager } from "./SeriesRenderManager";
import { ErrorBarsHelper } from "./ErrorBarsHelper";
import { IErrorBarCalculator } from "igniteui-react-core";
import { PathGeometry } from "igniteui-react-core";
import { RenderSurface } from "./RenderSurface";
import { IDictionary$2 } from "igniteui-react-core";
import { ValueLayerValueMode } from "./ValueLayerValueMode";
import { AssigningSeriesShapeStyleEventArgsBase } from "./AssigningSeriesShapeStyleEventArgsBase";
import { RenderingContext } from "igniteui-react-core";
/**
 * @hidden
 */
export declare abstract class ScatterBase extends MarkerSeries implements ISupportsErrorBars, ITrendLineSeries {
    static $t: Type;
    protected ct(): SeriesView;
    pg(): void;
    ri(a: SeriesView): void;
    zj: ScatterBaseView;
    protected get_f0(): boolean;
    ai(): Axis[];
    k0(a: any, b: string): any;
    mp(a: string): string;
    ed(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
    protected b3(): SeriesHitTestMode;
    xb(a: Point): Rect;
    g3(a: Point, b: boolean): boolean;
    constructor();
    zi: ScatterAxisInfoCache;
    xAxis: NumericXAxis;
    yAxis: NumericYAxis;
    abf: string;
    get z3(): IFastItemColumn$1<number>;
    set z3(a: IFastItemColumn$1<number>);
    private z1;
    abn: string;
    get z4(): IFastItemColumn$1<number>;
    set z4(a: IFastItemColumn$1<number>);
    private z2;
    aaz: string;
    aa1: string;
    protected gi(): boolean;
    protected aai(): boolean;
    protected h0(): List$1<SeriesLayerPropertyOverlay>;
    private abu;
    private abv;
    abb: string;
    abj: string;
    abd: string;
    abl: string;
    trendLineType: TrendLineType;
    trendLineBrush: Brush;
    get ac4(): Brush;
    set ac4(a: Brush);
    static readonly acf: DependencyProperty;
    trendLineThickness: number;
    ac6: PenLineCap;
    ac5: DoubleCollection;
    trendLinePeriod: number;
    zf: CollisionAvoidanceType;
    get GetErrorBarsXAxis(): Axis;
    get GetErrorBarsYAxis(): Axis;
    aaw: number;
    aav: number;
    zu: ScatterItemSearchMode;
    aau: number;
    qq(): void;
    zk: ScatterErrorBarSettings;
    protected rr(a: any, b: string, c: any, d: any): void;
    protected aaf(): boolean;
    protected aae(): boolean;
    z9(a: any): boolean;
    z8(a: any): boolean;
    private acd;
    private ac7;
    private ac8;
    private abp;
    protected aad(a: string, b: FastItemsSourceEventAction): boolean;
    protected pp(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    ab4(a: ScatterFrame): void;
    ab5(a: ScatterFrame, b: Clipper): void;
    ay(a: Axis): AxisRange;
    kx(a: Point): any;
    private zr;
    get zs(): ScatterItemSearchMode;
    set zs(a: ScatterItemSearchMode);
    protected zt(): ScatterItemSearchMode;
    kd(a: Point): number;
    iz(a: Point): number;
    protected aaq(a: Point): number;
    private y8;
    private y9;
    protected aap(a: Point): number;
    private abs;
    protected get_aac(): boolean;
    protected get aac(): boolean;
    private aat;
    protected aas(a: Point): number;
    protected aao(a: Point): number;
    protected aar(a: Point): number;
    wx(a: Point, b: boolean, c: boolean): Point;
    gk(a: any): boolean;
    protected s9(a: Rect, b: Rect): void;
    protected ta(a: Rect, b: Rect): void;
    zo: ScatterFrame;
    zq: ScatterFrame;
    zm: ScatterFrame;
    zn(): ScatterFrame;
    abq(a: ScatterBaseView, b: ScatterFrame, c: number, d: Rect, e: Rect): void;
    ab1(a: ScatterFrame, b: ScatterBaseView): void;
    pj(a: boolean, b: SeriesView): void;
    aab: boolean;
    aaa: boolean;
    protected z7: boolean;
    protected z6: boolean;
    protected get_fh(): boolean;
    private zz;
    private z0;
    protected zx(a: any, b: Point, c: HighlightingInfo): HighlightingInfo;
    protected zy(a: any, b: Point, c: HighlightingInfo): HighlightingInfo;
    xh(a: SeriesPlotAreaMarginHorizontalMode, b: SeriesPlotAreaMarginVerticalMode): Thickness;
    protected zw(a: any, b: Point, c: HighlightingInfo): HighlightingInfo;
    dh(a: any, b: Point, c: boolean): HighlightingInfo;
    di(a: any, b: Point, c: boolean): HighlightingInfo;
    assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
    assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
    protected aah(): boolean;
    protected aag(): boolean;
    acc(a: ScatterFrame, b: ScatterBaseView): void;
    ak(a: Rect, b: SeriesSelectionBehavior): ChartSelection[];
    qj(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior): void;
    abt(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior, d: MarkerCollisionMode, e: IFastItemColumn$1<number>): void;
    zb(a: number, b: number): any[];
    protected zc(a: number, b: number): any[];
    protected zv: ScatterSeriesRenderManager;
    abr(a: ScatterBaseView, b: ScatterFrame): void;
    protected abx(a: number, b: number, c: boolean): void;
    protected abw(a: number, b: number, c: boolean): void;
    protected ab7(a: AssigningScatterStyleEventArgs): void;
    protected ab6(a: AssigningScatterMarkerStyleEventArgs): void;
    abz(a: ScatterFrame, b: ScatterBaseView): void;
    ab2(a: OwnedPoint, b: ErrorBarsHelper, c: IErrorBarCalculator, d: number, e: number, f: boolean): {
        p3?: number;
        p4?: number;
    };
    ab0(a: OwnedPoint, b: ErrorBarsHelper, c: IErrorBarCalculator, d: number, e: number, f: boolean): {
        p3?: number;
        p4?: number;
    };
    aby(a: OwnedPoint, b: ErrorBarsHelper, c: IErrorBarCalculator, d: any, e: number, f: number, g: boolean): {
        p4?: number;
        p5?: number;
    };
    ab3(a: ErrorBarsHelper, b: IErrorBarCalculator, c: number, d: number, e: number, f: boolean): {
        p2?: number;
        p3?: number;
        p4?: number;
    };
    ab9(a: ScatterFrame, b: ScatterBaseView): void;
    private aca;
    private acb;
    hl(a: Rect, b: Rect, c: SeriesView): boolean;
    getViewInfo(a: Rect, b: Rect): {
        p0: Rect;
        p1: Rect;
    };
    sa(a: boolean): void;
    protected s0(): void;
    zp: ScatterFrame;
    sb(a: Rect, b: RenderSurface): void;
    sc(): void;
    private zl;
    r8(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
    ab8(a: IDictionary$2<any, OwnedPoint>, b: HashPool$2<any, Marker>): void;
    za(a: ScatterBaseView, b: HashPool$2<any, Marker>, c: Point[], d: Rect, e: Rect): Point[];
    aaj(a: HashPool$2<any, Marker>, b: List$1<number>): List$1<number>;
    protected qe(a: any): void;
    i6(): number;
    getDataLegendSeriesContextAt(a: number, b: number): any;
    private z5;
    private aak;
    private aal;
    aam: number;
    aan: number;
    private ace;
    jh(a: ValueLayerValueMode, b: Axis): number;
    aq(a: ValueLayerValueMode): number[];
    w1(a: number[]): Point;
    w0(a: ValueLayerValueMode): Point;
    bd(): ITrendLineManager;
    qs(): void;
    static $$p: string[];
}
/**
 * @hidden
 */
export declare class ScatterSeriesRenderManager extends SeriesRenderManager {
    static $t: Type;
    protected c(): AssigningSeriesStyleEventArgsBase;
    protected a(): AssigningSeriesShapeStyleEventArgsBase;
    aw: AssigningScatterMarkerStyleEventArgs;
    ax: AssigningScatterStyleEventArgs;
    ay(a: ScatterBase, b: boolean, c: (orderedStartIndex: number, orderedEndIndex: number) => any[]): void;
    az(a: Series, b: boolean, c: (orderedStartIndex: number, orderedEndIndex: number) => any[]): void;
    a0(a: AssigningSeriesStyleEventArgsBase, b: number, c: number, d: boolean): void;
}
/**
 * @hidden
 */
export declare class ScatterBaseView extends MarkerSeriesView {
    static $t: Type;
    dd: MarkerManagerBase;
    protected db: Point[];
    protected de: ScatterBase;
    protected dj: List$1<number>;
    constructor(a: ScatterBase);
    private dv;
    private dw;
    df: ScatterTrendLineManager;
    a4(): void;
    private du;
    dx(a: Marker): Size;
    protected dc(): MarkerManagerBase;
    protected ds(a: IDictionary$2<any, OwnedPoint>): void;
    di(): List$1<Marker>;
    da(): Point[];
    protected c9(): Point[];
    protected dh(): List$1<number>;
    dk(): void;
    dq(a: PathGeometry): void;
    dl(): void;
    dr(a: PathGeometry): void;
    dt(): void;
    dg: HashPool$2<any, Marker>;
    cw(a: (arg1: Marker) => void): void;
    dn(a: (arg1: Marker) => void): void;
    dp(): void;
    protected bi(a: RenderingContext, b: boolean): void;
    dm(a: boolean): void;
    getDefaultTooltipTemplate(): string;
}
