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