import PropTypes from 'prop-types';
import React from 'react';
declare const propTypes: any;
declare const Progress: React.FC<PropTypes.InferProps<typeof propTypes>>;
export default Progress;
