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;
    ph(): void;
    mr(): string;
    k1(a: any, b: string): any;
    mq(a: string): string;
    jm(a: any): number;
    protected k4(a: number): any;
    rj(a: SeriesView): void;
    acx: AnchoredRadialSeriesView;
    constructor();
    acy: CategoryLineRasterizer;
    kl(a: Point, b: boolean): number;
    kj(a: Point, b: boolean): number;
    iy(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number;
    protected ac8: boolean;
    jf(a: Point, b: boolean, c: boolean): number;
    wy(a: Point, b: boolean, c: boolean): Point;
    adc: boolean;
    ads: string;
    adk: string;
    protected gj(): boolean;
    protected h1(): List$1<SeriesLayerPropertyOverlay>;
    private ady;
    get ac3(): IFastItemColumn$1<number>;
    set ac3(a: IFastItemColumn$1<number>);
    private ac2;
    ado: string;
    adq: string;
    getDataLegendSeriesContextAt(a: number, b: number): any;
    ac1: TrendLineType;
    aeg: Brush;
    get aef(): Brush;
    set aef(a: Brush);
    static readonly ad2: DependencyProperty;
    adh: number;
    aei: PenLineCap;
    aeh: DoubleCollection;
    adi: number;
    adj: number;
    ay(a: Axis): AxisRange;
    protected aay(a: number, b: any): any;
    protected dl(a: string): IFastItemColumn$1<number>;
    protected adw(a: IFastItemsSource, b: IFastItemColumn$1<number>): void;
    protected rs(a: any, b: string, c: any, d: any): void;
    protected pq(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    hm(a: Rect, b: Rect, c: SeriesView): boolean;
    getOffsetValue(): number;
    getCategoryWidth(): number;
    protected get_ac9(): boolean;
    protected get ac9(): boolean;
    protected get_em(): boolean;
    protected get_gc(): boolean;
    protected ade(a: CategoryAngleAxis, b: Rect, c: Rect, d: Rect): number;
    protected add(a: number, b: CategoryAngleAxis, c: Rect, d: Rect, e: Rect): number;
    adx(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior, d: CategoryCollisionMode): void;
    protected get_adb(): boolean;
    protected get adb(): boolean;
    protected get_ac5(): boolean;
    protected get ac5(): boolean;
    ab0(a: RadialFrame, b: RadialBaseView): void;
    private adf;
    private adg;
    private ada;
    acw(a: List$1<number[]>, b: number, c: SeriesView): Clipper;
    protected aej: Point;
    ad1(a: PointCollection, b: PointCollection, c: PointCollection, d: PointCollection, e: boolean): void;
    private ac7;
    private ac6;
    pk(a: boolean, b: SeriesView): void;
    ab3(a: RadialFrame, b: RadialBaseView): void;
    protected acv(a: number, b: number, c: Axis): any[];
    protected adz(a: List$1<number[]>, b: number, c: number, d: CategoryAxisBase, e: ScalerParams, f: boolean): void;
    protected ad0(a: List$1<number[]>, b: number, c: number, d: CategoryAxisBase, e: ScalerParams, f: boolean): void;
    adv(a: RadialBaseView, b: RadialFrame): void;
    private adu;
    protected s1(): void;
    k8(a: any, b: Point): any;
    gl(a: any): boolean;
    ac0: RadialFrame;
    sc(a: Rect, b: RenderSurface): void;
    sd(): void;
    private acz;
    r9(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
    protected qf(a: any): void;
    protected fm(a: number): boolean;
    private ac4;
    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;
}
