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