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