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