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