import Upload from './Upload';
import type { UploadProps } from './interface';
export type { UploadProps };
export default Upload;
