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