export declare class BarChartDefaultValues { static readonly mainTitle = "This is bar chart title"; static readonly subTitle: any; static readonly height = 325; static readonly width = 675; 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 ordinalAccessor = "label"; static readonly valueAccessor = "value"; static readonly groupAccessor = ""; static readonly highestHeadingLevel: any; static readonly layout: any; static readonly accessibility: any; static readonly animationConfig: 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; }