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