export declare class StackedBarChartDefaultValues { static readonly mainTitle = "Stacked Bar Chart Title"; static readonly subTitle: any; static readonly height = 280; static readonly width = 700; static readonly margin: { top: number; bottom: number; right: number; left: number; }; static readonly padding: { top: number; bottom: number; right: number; left: number; }; static readonly localization: any; static readonly normalized = false; static readonly showTotalValue = true; static readonly showZeroLabels = false; static readonly ordinalAccessor = "label"; static readonly valueAccessor = "value"; static readonly groupAccessor = "item"; static readonly layout: any; static readonly accessibility: any; static readonly animationConfig: any; static readonly highestHeadingLevel: any; static readonly sortOrder: any; static readonly xAxis: any; static readonly yAxis: any; static readonly wrapLabel: any; static readonly colorPalette: any; static readonly hoverStyle: any; static readonly clickStyle: any; static readonly referenceStyle: any; static readonly cursor: any; static readonly roundedCorner: any; static readonly barIntervalRatio: any; static readonly hoverOpacity: any; static readonly dataLabel: any; static readonly dataKeyNames: any; static readonly legend: any; static readonly tooltipLabel: any; static readonly showTooltip: any; static readonly suppressEvents: any; static readonly referenceLines: any; static readonly annotations: any; static readonly hoverHighlight: any; static readonly clickHighlight: any; }