import { StackedAreaSeriesDescription } from "./StackedAreaSeriesDescription";
import { Type } from "./type";
export declare class Stacked100AreaSeriesDescription extends StackedAreaSeriesDescription {
static $t: Type;
protected get_type(): string;
constructor();
}