import { RadialBucketCalculator } from "./RadialBucketCalculator";
import { IFastItemColumn$1 } from "igniteui-react-core";
import { Type, Point } from "igniteui-react-core";
import { RadialBase } from "./RadialBase";
import { CategoryLineRasterizer } from "./CategoryLineRasterizer";
import { DependencyProperty } from "igniteui-react-core";
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 { Axis } from "./Axis";
import { RadialFrame } from "./RadialFrame";
import { SeriesView } from "./SeriesView";
import { ScalerParams } from "./ScalerParams";
import { Rect } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { SeriesLayerPropertyOverlay } from "./SeriesLayerPropertyOverlay";
import { AxisRange } from "./AxisRange";
import { IFastItemsSource } from "igniteui-react-core";
import { RadialBaseView } from "./RadialBaseView";
import { FastItemsSourceEventAction } from "igniteui-react-core";
import { ITrendLineManager } from "./ITrendLineManager";
import { CategoryAxisBase } from "./CategoryAxisBase";
import { CategoryAngleAxis } from "./CategoryAngleAxis";
import { ChartSelection } from "./ChartSelection";
import { SeriesSelectionBehavior } from "./SeriesSelectionBehavior";
import { CategoryCollisionMode } from "./CategoryCollisionMode";
import { Clipper } from "igniteui-react-core";
import { RadialTrendLineManager } from "./RadialTrendLineManager";
import { PointCollection } from "igniteui-react-core";
import { RenderSurface } from "./RenderSurface";
import { RenderingContext } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class AnchoredRadialBucketCalculator extends RadialBucketCalculator {
    static $t: Type;
    private f;
    constructor(a: AnchoredRadialSeriesView);
    getBucket(a: number): number[];
}
/**
 * @hidden
 */
export declare abstract class AnchoredRadialSeries extends RadialBase {
    static $t: Type;
    protected ct(): SeriesView;
    pg(): void;
    mq(): string;
    k0(a: any, b: string): any;
    mp(a: string): string;
    jl(a: any): number;
    protected k3(a: number): any;
    ri(a: SeriesView): void;
    act: AnchoredRadialSeriesView;
    constructor();
    acu: CategoryLineRasterizer;
    kk(a: Point, b: boolean): number;
    ki(a: Point, b: boolean): number;
    ix(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number;
    protected ac4: boolean;
    je(a: Point, b: boolean, c: boolean): number;
    wx(a: Point, b: boolean, c: boolean): Point;
    ac8: boolean;
    ado: string;
    adg: string;
    protected gi(): boolean;
    protected h0(): List$1<SeriesLayerPropertyOverlay>;
    private adu;
    get acz(): IFastItemColumn$1<number>;
    set acz(a: IFastItemColumn$1<number>);
    private acy;
    adk: string;
    adm: string;
    getDataLegendSeriesContextAt(a: number, b: number): any;
    acx: TrendLineType;
    aec: Brush;
    get aeb(): Brush;
    set aeb(a: Brush);
    static readonly ady: DependencyProperty;
    add: number;
    aee: PenLineCap;
    aed: DoubleCollection;
    ade: number;
    adf: number;
    ay(a: Axis): AxisRange;
    protected aau(a: number, b: any): any;
    protected dl(a: string): IFastItemColumn$1<number>;
    protected ads(a: IFastItemsSource, b: IFastItemColumn$1<number>): void;
    protected rr(a: any, b: string, c: any, d: any): void;
    protected pp(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    hl(a: Rect, b: Rect, c: SeriesView): boolean;
    getOffsetValue(): number;
    getCategoryWidth(): number;
    protected get_ac5(): boolean;
    protected get ac5(): boolean;
    protected get_em(): boolean;
    protected get_gc(): boolean;
    protected ada(a: CategoryAngleAxis, b: Rect, c: Rect, d: Rect): number;
    protected ac9(a: number, b: CategoryAngleAxis, c: Rect, d: Rect, e: Rect): number;
    adt(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior, d: CategoryCollisionMode): void;
    protected get_ac7(): boolean;
    protected get ac7(): boolean;
    protected get_ac1(): boolean;
    protected get ac1(): boolean;
    abw(a: RadialFrame, b: RadialBaseView): void;
    private adb;
    private adc;
    private ac6;
    acs(a: List$1<number[]>, b: number, c: SeriesView): Clipper;
    protected aef: Point;
    adx(a: PointCollection, b: PointCollection, c: PointCollection, d: PointCollection, e: boolean): void;
    private ac3;
    private ac2;
    pj(a: boolean, b: SeriesView): void;
    abz(a: RadialFrame, b: RadialBaseView): void;
    protected acr(a: number, b: number, c: Axis): any[];
    protected adv(a: List$1<number[]>, b: number, c: number, d: CategoryAxisBase, e: ScalerParams, f: boolean): void;
    protected adw(a: List$1<number[]>, b: number, c: number, d: CategoryAxisBase, e: ScalerParams, f: boolean): void;
    adr(a: RadialBaseView, b: RadialFrame): void;
    private adq;
    protected s0(): void;
    k7(a: any, b: Point): any;
    gk(a: any): boolean;
    acw: RadialFrame;
    sb(a: Rect, b: RenderSurface): void;
    sc(): void;
    private acv;
    r8(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
    protected qe(a: any): void;
    protected fm(a: number): boolean;
    private ac0;
    bd(): ITrendLineManager;
    static $$p: string[];
}
/**
 * @hidden
 */
export declare class AnchoredRadialSeriesView extends RadialBaseView {
    static $t: Type;
    de: AnchoredRadialSeries;
    constructor(a: AnchoredRadialSeries);
    df: RadialTrendLineManager;
    dg(a: Rect, b: Rect, c: Rect, d: Rect): void;
    dh(): void;
    protected bi(a: RenderingContext, b: boolean): void;
    getDefaultTooltipTemplate(): string;
}
