export declare class LineChartDefaultValues { static readonly highestHeadingLevel: any; static readonly mainTitle = "Line Chart Title"; static readonly subTitle: any; static readonly height = 300; static readonly width = 650; 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 seriesAccessor = "series"; static readonly accessibility: any; static readonly animationConfig: any; static readonly xAxis: any; static readonly yAxis: any; static readonly showBaselineX: any; static readonly wrapLabel: any; static readonly colorPalette: any; static readonly hoverStyle: any; static readonly clickStyle: any; static readonly referenceStyle: any; static readonly strokeWidth: any; static readonly showDots: any; static readonly dotRadius: any; static readonly lineCurve: any; static readonly hoverOpacity: any; static readonly cursor: any; static readonly dataLabel: any; static readonly dataKeyNames: any; static readonly seriesLabel: any; static readonly legend: any; static readonly tooltipLabel: any; static readonly secondaryLines: 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; }