import type { Components, JSX } from "../types/components"; interface RuxIconScatterPlot extends Components.RuxIconScatterPlot, HTMLElement {} export const RuxIconScatterPlot: { prototype: RuxIconScatterPlot; new (): RuxIconScatterPlot; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;