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