import { IgxScatterBaseComponent } from "./igx-scatter-base-component";
import { ScatterSeries } from "./ScatterSeries";
import * as i0 from "@angular/core";
/**
 * Represents a IgxDataChartComponent scatter series
*/
export declare class IgxScatterSeriesComponent extends IgxScatterBaseComponent {
    protected createImplementation(): ScatterSeries;
    /**
                                 * @hidden
                                 */
    get i(): ScatterSeries;
    constructor();
    /**
     * Gets whether the series has only marker as visuals
    */
    get hasOnlyMarkers(): boolean;
    static ngAcceptInputType_hasOnlyMarkers: boolean | string;
    static ɵfac: i0.ɵɵFactoryDeclaration<IgxScatterSeriesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxScatterSeriesComponent, "igx-scatter-series", never, {}, {}, never, never>;
}
