import React from 'react'; import { IProgressBarProps } from './ProgressBar.types'; /** * Progress indicators express the length of a process. */ declare const ProgressBar: React.ForwardRefExoticComponent>; export default ProgressBar;