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