export interface WappFileUpload { imagePropertyNames: any[]; maxImageSize: number; allowAuto: boolean; uploadButtonLabel?: string; chooseButtonLabel?: string; cancelButtonLabel?: string; contentHeaderLabel?: string; contentSubheaderLabel?: string; deleteImageButtonLabel?: string; singleModeImageDefault?: string; singleModeImageWidth?: string; singleModeImageHeight?: string; croppedDialogTranslations: any; croppedImageConfiguration: { roundedCropper: boolean; configuredAspectRatio: number; viewPortWidthPx: number; viewPortHeihtPx: number; }; confirmDeleteMessageLabel?: string; confirmDeleteButtonLabel?: string; }