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