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