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