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