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