import { ProgressProps } from './types';
declare const Progress: ({ totalSize, downloadedSize, unit, id, onDone, feedbackClasses, className, style, }: ProgressProps) => import("react/jsx-runtime").JSX.Element;
export default Progress;
