import { FC } from "react"; import { UploadErrorProps } from "./UploadErrorProps"; declare const UploadError: FC; export default UploadError;