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