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