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