import { IgxSplineFragmentBaseComponent } from "./igx-spline-fragment-base-component";
import { SplineFragment } from "./SplineFragment";
import * as i0 from "@angular/core";
/**
 * Represents one part of a StackedSplineSeries.
*/
export declare class IgxSplineFragmentComponent extends IgxSplineFragmentBaseComponent {
    protected createImplementation(): SplineFragment;
    /**
                                 * @hidden
                                 */
    get i(): SplineFragment;
    constructor();
    /**
     * Gets whether the current series shows a spline shape.
    */
    get isSpline(): boolean;
    static ngAcceptInputType_isSpline: boolean | string;
    /**
     * Gets whether the current series shows an area or line shape.
    */
    get isAreaOrLine(): boolean;
    static ngAcceptInputType_isAreaOrLine: boolean | string;
    static ɵfac: i0.ɵɵFactoryDeclaration<IgxSplineFragmentComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxSplineFragmentComponent, "igx-spline-fragment", never, {}, {}, never, never, true, never>;
}
