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