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