import { FunctionComponent } from "react"; declare type Props = { progress: number; total: number; }; export declare const Progress: FunctionComponent; export {};