import * as react_jsx_runtime from 'react/jsx-runtime';
import { ProgressProps } from './Progress.types.js';
import 'react';

declare const Progress: {
    ({ getValueLabel, max, value, ...props }: ProgressProps): react_jsx_runtime.JSX.Element;
    displayName: string;
};

export { Progress, Progress as default };
