import { IgxFragmentBaseComponent } from "./igx-fragment-base-component";
import { LineFragment } from "./LineFragment";
import * as i0 from "@angular/core";
/**
 * Represents one part of a StackedLineSeries.
*/
export declare class IgxLineFragmentComponent extends IgxFragmentBaseComponent {
    protected createImplementation(): LineFragment;
    /**
                                 * @hidden
                                 */
    get i(): LineFragment;
    constructor();
    /**
     * Gets whether the current series shows only line shapes.
    */
    get isLineOnly(): boolean;
    static ngAcceptInputType_isLineOnly: 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<IgxLineFragmentComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxLineFragmentComponent, "igx-line-fragment", never, {}, {}, never, never>;
}
