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