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