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