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