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