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