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