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