/** * @file 条形进度条 * @author liuhanwei */ import React from 'react'; import { ProgressProps } from './interface'; declare const LineProgress: React.FC; export default LineProgress;