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