export declare class HeatMapDefaultValues { static readonly mainTitle = "Heat Map Title"; static readonly subTitle: any; static readonly height = 250; static readonly width = 500; 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 = "date"; static readonly yAccessor = "category"; static readonly valueAccessor = "value"; static readonly shape = "rect"; static readonly hideAxisPath: any; static readonly accessibility: any; static readonly animationConfig: any; static readonly highestHeadingLevel: any; static readonly xAxis: any; static readonly yAxis: any; static readonly wrapLabel: any; static readonly strokeWidth: any; static readonly colorPalette: any; static readonly colorSteps: any; static readonly hoverStyle: any; static readonly clickStyle: any; static readonly cursor: 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; }