export default function transformProps(chartProps: any): { width: any; height: any; data: any; annotationData: any; annotationLayers: any; areaStackedStyle: any; baseColor: any; bottomMargin: any; colorScheme: any; comparisonType: any; contribution: any; entity: any; isBarStacked: any; isDonut: any; isPieLabelOutside: any; leftMargin: any; lineInterpolation: any; markerLabels: any; markerLines: any; markerLineLabels: any; markers: any; maxBubbleSize: number; numberFormat: any; onBrushEnd: (timeRange: any) => void; onError: any; orderBars: any; pieLabelType: any; rangeLabels: any; ranges: any; reduceXTicks: any; showBarValue: any; showBrush: any; showControls: any; showLabels: any; showLegend: any; showMarkers: any; sizeField: any; useRichTooltip: any; vizType: any; xAxisFormat: any; xAxisLabel: any; xAxisShowMinMax: any; xField: any; xIsLogScale: any; xTicksLayout: any; yAxisFormat: any; yAxis2Format: any; yAxisBounds: any; yAxis2Bounds: any; yAxisLabel: any; yAxisShowMinMax: any; yAxis2ShowMinMax: any; yField: any; yIsLogScale: any; };