import { UnknownValuePlotting } from "igniteui-angular-core";
import { IgxScatterBaseComponent } from "./igx-scatter-base-component";
import { ScatterLineSeries } from "./ScatterLineSeries";
import * as i0 from "@angular/core";
/**
 * Represents a IgxDataChartComponent scatter line series
*/
export declare class IgxScatterLineSeriesComponent extends IgxScatterBaseComponent {
    protected createImplementation(): ScatterLineSeries;
    /**
                                 * @hidden
                                 */
    get i(): ScatterLineSeries;
    constructor();
    /**
     * Gets whether the current series shows only line shapes.
    */
    get isLineOnly(): boolean;
    static ngAcceptInputType_isLineOnly: boolean | string;
    /**
     * Determines how unknown values will be plotted on the chart.
     * Null and Double.NaN are two examples of unknown values.
    */
    get unknownValuePlotting(): UnknownValuePlotting;
    set unknownValuePlotting(v: UnknownValuePlotting);
    static ngAcceptInputType_unknownValuePlotting: UnknownValuePlotting | string;
    static ɵfac: i0.ɵɵFactoryDeclaration<IgxScatterLineSeriesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxScatterLineSeriesComponent, "igx-scatter-line-series", never, { "unknownValuePlotting": "unknownValuePlotting"; }, {}, never, never>;
}
