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