import Upload from "./Upload"; export type { IUpload } from "./Upload"; export type { IFileProps as IUploadFileProps } from "./File"; export type { IImgProps as IUploadImgProps } from "./Img"; export default Upload;