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