import { IgPoint } from "igniteui-angular-core";
import { IgxHorizontalAnchoredCategorySeriesComponent } from "./igx-horizontal-anchored-category-series-component";
import { FragmentBase } from "./FragmentBase";
import * as i0 from "@angular/core";
/**
 * Represents one part of a stacked series.
*/
export declare abstract class IgxFragmentBaseComponent extends IgxHorizontalAnchoredCategorySeriesComponent {
    /**
                                 * @hidden
                                 */
    get i(): FragmentBase;
    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<IgxFragmentBaseComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxFragmentBaseComponent, "ng-component", never, {}, {}, never, never>;
}
