export interface FileUploadOptions { elementKey: string; fileKey: string; maxSizeUpload?: number; }