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