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