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