import React from 'react'; import { UploadState } from '../types'; declare type Props = { uploadState: UploadState; onCancel?: () => void; onStale?: () => void; height?: number; }; export declare function UploadProgress({ uploadState, onCancel, onStale, height }: Props): React.JSX.Element; export {}; //# sourceMappingURL=UploadProgress.d.ts.map