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