import { SpectrumProgressBarProps } from './ProgressBarBase'; import React from 'react'; /** * ProgressBars show the progression of a system operation: downloading, uploading, processing, * etc., in a visual way. They can represent either determinate or indeterminate progress. */ export declare const ProgressBar: React.ForwardRefExoticComponent>>;