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