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