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