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