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