import * as React from "react";
export interface IFileProgressProps {
    percentageCompleted: number;
    isShow: boolean;
}
export declare const FileProgress: React.FunctionComponent<IFileProgressProps>;
//# sourceMappingURL=FileProgress.d.ts.map