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