import { PolarBase } from "./PolarBase";
import { PathRenderer } from "./PathRenderer";
import { SeriesView } from "./SeriesView";
import { UnknownValuePlotting } from "igniteui-angular-core";
import { PolarFrame } from "./PolarFrame";
import { PolarBaseView } from "./PolarBaseView";
import { Type } from "igniteui-angular-core";
/**
 * @hidden
 */
export declare abstract class PolarLineSeriesBase extends PolarBase {
    static $t: Type;
    protected get_aae(): boolean;
    protected aaj(): boolean;
    protected ct(): SeriesView;
    rh(a: SeriesView): void;
    ac4: PolarLineSeriesBaseView;
    constructor();
    ac1: PathRenderer;
    ac3: PathRenderer;
    ac5(): UnknownValuePlotting;
    protected get_ac8(): boolean;
    protected get ac8(): boolean;
    protected get_ada(): boolean;
    protected get ada(): boolean;
    aby(a: PolarFrame, b: PolarBaseView): void;
    private adb;
    private adc;
    private ac7;
    private ac6;
    private ac9;
    protected abstract add(a: SeriesView): void;
    abstract ade(a: PolarFrame, b: PolarBaseView): void;
    pi(a: boolean, b: SeriesView): void;
    ac2: PathRenderer;
    ab2(a: PolarFrame, b: PolarBaseView): void;
}
/**
 * @hidden
 */
export declare class PolarLineSeriesBaseView extends PolarBaseView {
    static $t: Type;
    private dl;
    constructor(a: PolarLineSeriesBase);
    protected an(): void;
}
