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