import { IgxHorizontalStackedSeriesBaseComponent } from "./igx-horizontal-stacked-series-base-component";
import { StackedLineSeries } from "./StackedLineSeries";
import * as i0 from "@angular/core";
/**
 * Represents a stacked series, where the points in each series are connected with a line.
*/
export declare class IgxStackedLineSeriesComponent extends IgxHorizontalStackedSeriesBaseComponent {
    protected createImplementation(): StackedLineSeries;
    /**
                                 * @hidden
                                 */
    get i(): StackedLineSeries;
    constructor();
    /**
     * Gets whether the current series shows only line shapes.
    */
    get isLineOnly(): boolean;
    static ngAcceptInputType_isLineOnly: boolean | string;
    static ɵfac: i0.ɵɵFactoryDeclaration<IgxStackedLineSeriesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxStackedLineSeriesComponent, "igx-stacked-line-series", never, {}, {}, never, never>;
}
