import StackVerticalBarChartStyleService from '../../../../../base-pandora-visualization/services/chart-style/charts/bar/stack-vertical';
import BaseVerticalBarChartStore from '../store';
export default class StackVerticalBarChartStore extends BaseVerticalBarChartStore<StackVerticalBarChartStyleService> {
    get showingSeries(): any[];
    get legendSeriesData(): import("../../../stores/legend-chart").ILegendSeries[];
}
