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