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