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