import { IgxStyle } from "igniteui-angular-core";
import { IgxShapeSeriesBaseComponent } from "./igx-shape-series-base-component";
import { ScatterPolylineSeries } from "./ScatterPolylineSeries";
import * as i0 from "@angular/core";
/**
 * Series class used for displaying multiple polylines for datasources which contain multiple lists of points.
*/
export declare class IgxScatterPolylineSeriesComponent extends IgxShapeSeriesBaseComponent {
    protected createImplementation(): ScatterPolylineSeries;
    /**
                                 * @hidden
                                 */
    get i(): ScatterPolylineSeries;
    constructor();
    /**
     * Gets whether the current series shows a polyline shape.
    */
    get isPolyline(): boolean;
    static ngAcceptInputType_isPolyline: boolean | string;
    /**
     * The default style to apply to all Shapes in the series.
    */
    get shapeStyle(): IgxStyle;
    set shapeStyle(v: IgxStyle);
    findByName(name: string): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<IgxScatterPolylineSeriesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxScatterPolylineSeriesComponent, "igx-scatter-polyline-series", never, { "shapeStyle": "shapeStyle"; }, {}, never, never>;
}
