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