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