import { PolarBase } from "./PolarBase";
import { PathRenderer } from "./PathRenderer";
import { SeriesView } from "./SeriesView";
import { UnknownValuePlotting } from "igniteui-react-core";
import { PolarFrame } from "./PolarFrame";
import { PolarBaseView } from "./PolarBaseView";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare abstract class PolarLineSeriesBase extends PolarBase {
    static $t: Type;
    protected get_aaj(): boolean;
    protected aao(): boolean;
    protected ct(): SeriesView;
    rj(a: SeriesView): void;
    ac9: PolarLineSeriesBaseView;
    constructor();
    ac6: PathRenderer;
    ac8: PathRenderer;
    ada(): UnknownValuePlotting;
    protected get_add(): boolean;
    protected get add(): boolean;
    protected get_adf(): boolean;
    protected get adf(): boolean;
    ab3(a: PolarFrame, b: PolarBaseView): void;
    private adg;
    private adh;
    private adc;
    private adb;
    private ade;
    protected abstract adi(a: SeriesView): void;
    abstract adj(a: PolarFrame, b: PolarBaseView): void;
    pk(a: boolean, b: SeriesView): void;
    ac7: PathRenderer;
    ab7(a: PolarFrame, b: PolarBaseView): void;
}
/**
 * @hidden
 */
export declare class PolarLineSeriesBaseView extends PolarBaseView {
    static $t: Type;
    private dl;
    constructor(a: PolarLineSeriesBase);
    protected an(): void;
}
