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