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