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