export declare class FileUploadOptions { hasBaseDropZoneOver?: boolean; hasAnotherDropZoneOver?: boolean; url?: string; authToken?: string; itemAlias?: string; }