import { ChartSeriesComponent } from './series.component';
import * as i0 from "@angular/core";
export declare class ChartLineSeriesComponent extends ChartSeriesComponent {
    stepLine: boolean;
    seriesType: 'line' | 'area' | 'bar';
    static ɵfac: i0.ɵɵFactoryDeclaration<ChartLineSeriesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ChartLineSeriesComponent, "g[aclLineSeries]", never, { "stepLine": { "alias": "stepLine"; "required": false; }; "seriesType": { "alias": "seriesType"; "required": false; }; }, {}, never, never, false, never>;
}
