export declare const DEFAULT_FILE_SIZE_LIMIT = 10000000; export declare const DEFAULT_FILE_QUEUE_LIMIT = 1; export declare const IMAGE_DIMENSION = 54; export declare const IMAGE_PREVIEW_BASE64_MAX_WIDTH = 500; export declare const DEFAULT_ERROR_MESSAGE_MAX_FILE_SIZE = "The file size limit has been exceeded"; export declare const DEFAULT_ERROR_MESSAGE_QUEUE_DUPLICITY = "This file already exists in the queue"; export declare const DEFAULT_ERROR_MESSAGE_QUEUE_LIMIT = "You have exceeded the number of files allowed in the queue"; export declare const DEFAULT_ERROR_MESSAGE_UNSUPPORTED_FILE = "This file type is not supported"; export declare const DEFAULT_ICON_NAME = "file"; export declare const DEFAULT_BUTTON_LABEL = "Remove"; export declare const DEFAULT_EDIT_BUTTON_LABEL = "Edit"; export declare const FileUploaderCropCSS: { readonly TOP: "--file-uploader-attachment-image-top"; readonly LEFT: "--file-uploader-attachment-image-left"; readonly WIDTH: "--file-uploader-attachment-image-width"; readonly HEIGHT: "--file-uploader-attachment-image-height"; };