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