import type { Components, JSX } from "../types/components"; interface RuxIconScatterPlot extends Components.RuxIconScatterPlot, HTMLElement {} export const RuxIconScatterPlot: { prototype: RuxIconScatterPlot; new (): RuxIconScatterPlot; };