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