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