/** * Manifest display name translation keys (custompanel_ prefix for migration). * Used in manifest.ts; add these keys to the Editor 3 Babel project for translation. */ export declare const DisplayNames: { readonly root: { readonly elementDisplayName: "Logo"; readonly actions: { readonly settings: "Settings"; }; readonly customActions: { readonly customizeLogo: "Customize Logo"; }; readonly data: { readonly image: { readonly displayName: "Logo Image"; }; }; }; }; export declare const HELP_GFPP_ID = "c2d2160a-9851-4bd4-96f1-e00e4ab40ba0"; export declare const SETTINGS_PANEL_HELP_ID = "c0b9ce8f-e4ed-4852-a2f0-62f382559188"; export declare const defaultLogoUrl = "https://static.parastorage.com/services/santa-resources/dist/editor/addPanelData/sections/logo/logoDefault.v2.png"; export declare const brandsEndpoint = "/logoapi/logo-builder-server-webapp/v1/brands"; export declare const logoServerless = "/_serverless/brand-maker/api/v1"; export declare const editorLogoService = "/_api/branding/editor-logo-service"; export declare const LOGO_PREVIEWS = "LOGO_PREVIEWS"; export declare const WIX_STATIC_BASE_URL = "https://static.wixstatic.com/"; export declare const MEDIA_BASE_URL: string; export declare const SVG_MEDIA_BASE_URL: string; export declare const DEFAULT_LOGO_SIZE = 80; export declare const BUILDER_IMAGE_TYPE = "Builder.Image"; export declare const DEFAULT_ALT_TEXT = "logo"; export declare const SUPPORTED_IMAGE_FORMATS_FOR_BACKGROUND_REMOVAL: string[]; export declare const MEDIA_IMPORT_FAILED_ERROR = "Failed to import file to media manager"; export declare const OPERATION_CANCELLED_ERROR = "Operation was cancelled"; export declare const ABORT_ERROR_NAME = "AbortError"; export declare const LOGOS_FOLDER_NAME = "My Logos";