import { ProgressProps } from "./Progress.types.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";

//#region src/components/Progress/Progress.d.ts
declare const Progress: {
  ({
    getValueLabel,
    max,
    value,
    ...props
  }: ProgressProps): _$react_jsx_runtime0.JSX.Element;
  displayName: string;
};
//#endregion
export { Progress };
//# sourceMappingURL=Progress.d.ts.map