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