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