import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const ScatterPlotIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link ScatterPlotIcon} instead.
 */
export declare const ScatterPlot: typeof ScatterPlotIcon;
export default ScatterPlotIcon;
