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