import { TdUploadProps } from '../type'; export type ValidateParams = Parameters[0]; export default function useUpload(props: TdUploadProps): any;