import { HorizontalStackedSeriesBaseDescription } from "./HorizontalStackedSeriesBaseDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class StackedSplineSeriesDescription extends HorizontalStackedSeriesBaseDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private gq;
    get isSplineShapePartOfRange(): boolean;
    set isSplineShapePartOfRange(a: boolean);
}
