export declare class ScatterPlotDefaultValues { static readonly mainTitle = "Scatter Plot 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 xAccessor = "metric"; static readonly yAccessor = "value"; static readonly groupAccessor = "category"; static readonly sizeConfig: 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 showBaselineX: any; static readonly showBaselineY: any; static readonly colorPalette: any; static readonly dotRadius: any; static readonly dotOpacity: any; static readonly dotSymbols: any; static readonly referenceStyle: any; static readonly showFitLine: any; static readonly fitLineStyle: any; static readonly cursor: any; static readonly hoverOpacity: any; static readonly hoverStyle: any; static readonly clickStyle: 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; }