import type { Components, JSX } from "../types/components"; interface RuxIconRemoveCircleOutline extends Components.RuxIconRemoveCircleOutline, HTMLElement {} export const RuxIconRemoveCircleOutline: { prototype: RuxIconRemoveCircleOutline; new (): RuxIconRemoveCircleOutline; };