import { UploadOptions } from './Props';
export declare const UPLOADING = 1;
export declare const SUCCESS = 2;
export declare const ERROR = 3;
export default function (args: UploadOptions<any>): XMLHttpRequest | undefined;
