/// import { IProgressProps } from "../../config/type"; declare function FProgress(props: IProgressProps): JSX.Element; export default FProgress;