/// import { ProgressProps } from './Props'; declare function Progress(props: ProgressProps): JSX.Element; declare namespace Progress { var defaultProps: { shape: string; }; var displayName: string; } export default Progress;