/// import { ProgressBarProps } from './types'; declare const ProgressBar: (props: ProgressBarProps) => JSX.Element; export default ProgressBar;