import { FileItem } from './file-item.model'; export declare class FileUploadSettings { readonly disabled: boolean; readonly fileInfo: FileItem; readonly editMode: boolean; readonly isMultipleFileUpload: boolean; readonly fileDetails: boolean; readonly showIcon: boolean; readonly iconClass: string; readonly showButton: boolean; readonly buttonIconClass: string; readonly buttonText: string; readonly objectFit: string; readonly formClass: string; readonly shape: string; readonly height: string; readonly width: string; readonly borderColor: string; readonly title: string; readonly description: string; readonly accept: string; readonly lightbox: boolean; readonly maxFileSize: number; }