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