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