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