import React from 'react'; import './index.scss'; import { ProgressProps } from './type'; declare const Progress: React.FC; export default Progress;