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