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