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