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