import { IgPoint } from "igniteui-angular-core";
import { IgxSplineSeriesBaseComponent } from "./igx-spline-series-base-component";
import { SplineFragmentBase } from "./SplineFragmentBase";
import * as i0 from "@angular/core";
/**
 * Represents one part in a StackedSplineSeries or StackedSplineAreaSeries.
*/
export declare abstract class IgxSplineFragmentBaseComponent extends IgxSplineSeriesBaseComponent {
    /**
                                 * @hidden
                                 */
    get i(): SplineFragmentBase;
    constructor();
    /**
     * Gets whether the current series is a stack fragment.
    */
    get isFragment(): boolean;
    static ngAcceptInputType_isFragment: boolean | string;
    getSeriesValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint;
    static ɵfac: i0.ɵɵFactoryDeclaration<IgxSplineFragmentBaseComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxSplineFragmentBaseComponent, "ng-component", never, {}, {}, never, never>;
}
