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