// rc-upload 4.3.3
import Upload from './Upload';
import type { UploadProps } from './interface';
export type { UploadProps };
export default Upload;