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