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