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