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