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