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