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