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