export default ScatterPlotGroup; declare function ScatterPlotGroup({ values, plotX, plotY, rSize, description, title, inlineLabel, inlineSecondaryLabel, inlineLabelPosition, plotXLines, plotYLines, opacity, width, height, paddingTop, paddingLeft, paddingRight, paddingBottom, yLinesPaddingLeft, xAxis, yAxis, maxYLine, getColor, xUnit, annotations, contextBoxProps, allowCanvasRendering }: { values: any; plotX: any; plotY: any; rSize: any; description: any; title: any; inlineLabel: any; inlineSecondaryLabel: any; inlineLabelPosition: any; plotXLines: any; plotYLines: any; opacity: any; width: any; height: any; paddingTop: any; paddingLeft: any; paddingRight: any; paddingBottom: any; yLinesPaddingLeft: any; xAxis: any; yAxis: any; maxYLine: any; getColor: any; xUnit: any; annotations: any; contextBoxProps: any; allowCanvasRendering: any; }): JSX.Element;