import { Base, Type, Point } from "igniteui-react-core";
import { IBucketizer } from "./IBucketizer";
import { IFastItemColumn$1 } from "igniteui-react-core";
import { Rect } from "igniteui-react-core";
import { CategoryAngleAxis } from "./CategoryAngleAxis";
import { NumericRadiusAxis } from "./NumericRadiusAxis";
import { SeriesView } from "./SeriesView";
import { Axis } from "./Axis";
import { MarkerSeries } from "./MarkerSeries";
import { IHasCategoryModePreference } from "./IHasCategoryModePreference";
import { CategoryAxisBase } from "./CategoryAxisBase";
import { RadialLabelMode } from "igniteui-react-core";
import { CategoryCollisionMode } from "./CategoryCollisionMode";
import { Brush } from "igniteui-react-core";
import { CategoryTransitionInMode } from "./CategoryTransitionInMode";
import { HighlightingInfo } from "igniteui-react-core";
import { CategoryTransitionSourceFramePreparer } from "./CategoryTransitionSourceFramePreparer";
import { RadialFrame } from "./RadialFrame";
import { RadialSeriesRenderManager } from "./RadialSeriesRenderManager";
import { CategoryMode } from "./CategoryMode";
import { SeriesHitTestMode } from "./SeriesHitTestMode";
import { RadialAxes } from "./RadialAxes";
import { List$1 } from "igniteui-react-core";
import { SeriesPointOfInterest } from "./SeriesPointOfInterest";
import { Marker } from "./Marker";
import { MarkerSeriesView } from "./MarkerSeriesView";
import { SeriesLayerPropertyOverlay } from "./SeriesLayerPropertyOverlay";
import { AssigningRadialStyleEventArgs } from "./AssigningRadialStyleEventArgs";
import { AssigningRadialMarkerStyleEventArgs } from "./AssigningRadialMarkerStyleEventArgs";
import { ChartSelection } from "./ChartSelection";
import { SeriesSelectionBehavior } from "./SeriesSelectionBehavior";
import { Pool$1 } from "igniteui-react-core";
/**
 * @hidden
 */
export declare abstract class RadialBucketCalculator extends Base implements IBucketizer {
    static $t: Type;
    protected a: RadialBaseView;
    constructor(a: RadialBaseView);
    c: number;
    d: number;
    b: number;
    getBucket(a: number): number[];
    getBucketWithoutUnknowns(a: number): number[];
    getErrorBucket(a: number, b: IFastItemColumn$1<number>): number;
    getBucketInfo(a: number, b: number, c: number, d: number): {
        p0: number;
        p1: number;
        p2: number;
        p3: number;
    };
    e(a: number): void;
    cacheValues(): void;
    unCacheValues(): void;
}
/**
 * @hidden
 */
export declare abstract class RadialBase extends MarkerSeries implements IHasCategoryModePreference {
    static $t: Type;
    rj(a: SeriesView): void;
    zx: RadialBaseView;
    constructor();
    private abz;
    get categoryAxis(): CategoryAxisBase;
    a0(): CategoryAxisBase;
    protected b3(): SeriesHitTestMode;
    protected aan(a: Point, b: Point, c: boolean): boolean;
    aj(a: Point): Point[][];
    al(a: Point): Point[][];
    g4(a: Point, b: boolean): boolean;
    zd(a: number, b: number): any[];
    w3(a: Point): Point;
    aat: number;
    aau: number;
    aa2: string;
    z3: RadialLabelMode;
    zq: CategoryCollisionMode;
    z2: RadialLabelMode;
    aa4: string;
    zc: any[];
    abt: string;
    zh: any[];
    abh: string;
    ze: any[];
    abq: string;
    act: Brush;
    acu: Brush;
    zg: any[];
    abn: string;
    zf: any[];
    protected z4: RadialSeriesRenderManager;
    p8(a: any): void;
    eg(a: any): boolean;
    p6(a: any): void;
    ed(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
    protected k3(a: number, b: boolean): any;
    protected abw(a: any, b: any, c: number, d: number, e: number, f: boolean, g: boolean, h: boolean): string;
    private abb;
    private abc;
    private aaq;
    private abd;
    private aar;
    protected aay(a: number, b: any): any;
    private aa0;
    protected get_fx(): boolean;
    aag: boolean;
    aaf: boolean;
    zt: CategoryTransitionInMode;
    aah: boolean;
    protected aab: boolean;
    protected aaa: boolean;
    protected get_fh(): boolean;
    private z8;
    private z9;
    protected z5(a: any, b: Point, c: HighlightingInfo): HighlightingInfo;
    protected aam(): boolean;
    protected h1(): List$1<SeriesLayerPropertyOverlay>;
    k6(): any;
    protected z6(a: any, b: Point, c: HighlightingInfo): HighlightingInfo;
    protected z7(a: any, b: Point, c: HighlightingInfo): HighlightingInfo;
    dh(a: any, b: Point, c: boolean): HighlightingInfo;
    di(a: any, b: Point, c: boolean): HighlightingInfo;
    assigningRadialStyle: (sender: any, args: AssigningRadialStyleEventArgs) => void;
    assigningRadialMarkerStyle: (sender: any, args: AssigningRadialMarkerStyleEventArgs) => void;
    protected aal(): boolean;
    protected aak(): boolean;
    protected ab2(a: AssigningRadialStyleEventArgs): void;
    protected ab1(a: AssigningRadialMarkerStyleEventArgs): void;
    aav(a: SeriesView): number;
    aaw(a: SeriesView): number;
    zp: CategoryAngleAxis;
    zv: NumericRadiusAxis;
    ai(): Axis[];
    aae: boolean;
    protected tb(a: Rect, b: Rect): void;
    protected ta(a: Rect, b: Rect): void;
    abstract preferredCategoryMode(a: CategoryAxisBase): CategoryMode;
    private zi;
    private zm;
    private zj;
    private zl;
    private zk;
    protected rs(a: any, b: string, c: any, d: any): void;
    protected aaj(): boolean;
    protected aai(): boolean;
    aad(a: any): boolean;
    aac(a: any): boolean;
    ky(a: Point): any;
    aao(a: Point): number;
    i0(a: Point): number;
    aap(a: number, b: Rect, c: Rect, d: Rect): number;
    ke(a: Point): number;
    gl(a: any): boolean;
    z0: RadialFrame;
    z1: RadialFrame;
    zy: RadialFrame;
    zz(): RadialFrame;
    abstract getOffsetValue(): number;
    abstract getCategoryWidth(): number;
    abstract ab0(a: RadialFrame, b: RadialBaseView): void;
    abstract ab3(a: RadialFrame, b: RadialBaseView): void;
    zw: RadialAxes;
    qr(): void;
    hm(a: Rect, b: Rect, c: SeriesView): boolean;
    zu: CategoryTransitionSourceFramePreparer;
    protected zs(): CategoryTransitionInMode;
    protected aas(): number;
    protected gv(): boolean;
    protected gw(): boolean;
    sb(a: boolean): void;
    aax(): number;
    ak(a: Rect, b: SeriesSelectionBehavior): ChartSelection[];
    qk(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior): void;
    static $$p: string[];
}
/**
 * @hidden
 */
export declare class RadialBaseView extends MarkerSeriesView {
    static $t: Type;
    da: RadialBucketCalculator;
    c9: RadialBase;
    constructor(a: RadialBase);
    db: Pool$1<Marker>;
    cw(a: (arg1: Marker) => void): void;
    dc: number;
    dd: Point;
}
