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