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