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