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