import * as React from "react"; export interface IRetryUplaodProps { isShow: boolean; onRetry: () => void; } export declare const RetryUpload: React.FunctionComponent; //# sourceMappingURL=RetryUpload.d.ts.map