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