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