export declare const ACCEPTED_IMAGE_EXTENSIONS: string[]; export declare const ACCEPTED_FILE_EXTENSIONS: string[]; export declare const ACCEPTED_VIDEO_EXTENSIONS: string[]; export declare const DEFAULT_MAX_FILE_SIZE_MB = 25; export declare const MAX_FILE_SIZE_BYTES = 157286400; export declare const DEFAULT_MEDIA_BASE_URL = "https://sellerscommerce.sirv.com"; export declare const DEFAULT_STORAGE_PROVIDER = "sirv"; export declare const CONTENT_TYPE_MAP: Record; export declare const DEFAULT_LABELS: { title: string; fromDeviceTab: string; fromUrlTab: string; myAssetsTab: string; uploadBtn: string; selectBtn: string; cancelBtn: string; dragDropText: string; clickToUploadText: string; clickToReplaceText: string; urlPlaceholder: string; searchPlaceholder: string; invalidUrlError: string; noAssetsFound: string; fileSizeExceedError: string; invalidFileTypeError: string; maxFilesError: string; imagePreviewHere: string; macroSelectedLabel: string; noImageUrlProvided: string; rootTitle: string; minResolutionError: string; maxResolutionError: string; resolutionRangeError: string; };