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