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_aaf(): boolean; protected aak(): boolean; protected ct(): SeriesView; ri(a: SeriesView): void; ac5: PolarLineSeriesBaseView; constructor(); ac2: PathRenderer; ac4: PathRenderer; ac6(): UnknownValuePlotting; protected get_ac9(): boolean; protected get ac9(): boolean; protected get_adb(): boolean; protected get adb(): boolean; abz(a: PolarFrame, b: PolarBaseView): void; private adc; private add; private ac8; private ac7; private ada; protected abstract ade(a: SeriesView): void; abstract adf(a: PolarFrame, b: PolarBaseView): void; pj(a: boolean, b: SeriesView): void; ac3: PathRenderer; ab3(a: PolarFrame, b: PolarBaseView): void; } /** * @hidden */ export declare class PolarLineSeriesBaseView extends PolarBaseView { static $t: Type; private dl; constructor(a: PolarLineSeriesBase); protected an(): void; }