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