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