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