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