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_zy(): boolean;
    protected z3(): boolean;
    protected ct(): SeriesView;
    q3(a: SeriesView): void;
    aco: PolarLineSeriesBaseView;
    constructor();
    acl: PathRenderer;
    acn: PathRenderer;
    acp(): UnknownValuePlotting;
    protected get_acs(): boolean;
    protected get acs(): boolean;
    protected get_acu(): boolean;
    protected get acu(): boolean;
    abi(a: PolarFrame, b: PolarBaseView): void;
    private acv;
    private acw;
    private acr;
    private acq;
    private act;
    protected abstract acx(a: SeriesView): void;
    abstract acy(a: PolarFrame, b: PolarBaseView): void;
    o7(a: boolean, b: SeriesView): void;
    acm: PathRenderer;
    abm(a: PolarFrame, b: PolarBaseView): void;
}
/**
 * @hidden
 */
export declare class PolarLineSeriesBaseView extends PolarBaseView {
    static $t: Type;
    private dl;
    constructor(a: PolarLineSeriesBase);
    protected an(): void;
}
