import { IgxPolarBaseComponent } from "./igx-polar-base-component";
import { PolarLineSeriesBase } from "./PolarLineSeriesBase";
import * as i0 from "@angular/core";
/**
 * Represents the base class from which all IgxDataChartComponent polar line series are derived.
*/
export declare abstract class IgxPolarLineSeriesBaseComponent extends IgxPolarBaseComponent {
    /**
                                 * @hidden
                                 */
    get i(): PolarLineSeriesBase;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<IgxPolarLineSeriesBaseComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxPolarLineSeriesBaseComponent, "ng-component", never, {}, {}, never, never>;
}
