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