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