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