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