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