import { ScatterChartProps } from './types';
declare const ScatterChart: ({ data, options, title, legendposition, gridColor, aspect, style, className, }: ScatterChartProps) => import("react/jsx-runtime").JSX.Element;
export default ScatterChart;
