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