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