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