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