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