import type { SVGProps } from "react"; export interface ChartScatterIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function ChartScatterIcon({ className, size, color, ...props }: ChartScatterIconProps): import("react").JSX.Element; //# sourceMappingURL=chart-scatter-icon.d.ts.map