/** * Translation keys for the Logo custom panel and manifest. * All keys are prefixed with custompanel_ for migration to a dedicated project. */ export declare const TranslationKeys: { readonly panelDescription: "custompanel_logo_create_and_edit_description"; readonly logoPreviewAlt: "custompanel_logo_preview_alt"; readonly logoPreviewWithBgRemovedAlt: "custompanel_logo_preview_with_bg_removed_alt"; readonly addToSite: "custompanel_logo_add_to_site"; readonly editLogo: "custompanel_logo_edit_logo"; readonly createdWithLogoMaker: "custompanel_logo_created_with_logo_maker"; readonly createWithLogoMaker: "custompanel_logo_create_with_logo_maker"; readonly businessInfoAlt: "custompanel_logo_business_info_alt"; readonly uploadDifferentLogo: "custompanel_logo_upload_different_logo"; readonly uploadedFromSiteSettings: "custompanel_logo_uploaded_from_site_settings"; readonly uploadLogo: "custompanel_logo_upload_logo"; readonly removeBackground: "custompanel_logo_remove_background"; readonly removeBackgroundTooltip: "custompanel_logo_remove_background_tooltip"; readonly replaceLogo: "custompanel_logo_replace_logo"; readonly openLogoMaker: "custompanel_logo_open_logo_maker"; readonly createLogo: "custompanel_logo_create_logo"; readonly createLogoSectionTitle: "custompanel_logo_create_section_title"; readonly createLogoSectionDescription: "custompanel_logo_create_section_description"; readonly removingBackgroundTitle: "custompanel_logo_removing_background_title"; readonly removingBackgroundSubtitle: "custompanel_logo_removing_background_subtitle"; readonly backgroundRemovalErrorTitle: "custompanel_logo_background_removal_error_title"; readonly backgroundRemovalErrorSubtitle: "custompanel_logo_background_removal_error_subtitle"; readonly tryAgain: "custompanel_logo_try_again"; readonly cancel: "custompanel_logo_cancel"; readonly addingToSiteTitle: "custompanel_logo_adding_to_site_title"; readonly addingToSiteSubtitle: "custompanel_logo_adding_to_site_subtitle"; readonly addToSiteErrorTitle: "custompanel_logo_add_to_site_error_title"; readonly addToSiteErrorSubtitle: "custompanel_logo_add_to_site_error_subtitle"; readonly backgroundRemovedTitle: "custompanel_logo_background_removed_title"; readonly backgroundRemovedSubtitle: "custompanel_logo_background_removed_subtitle"; readonly saveAndAddToSite: "custompanel_logo_save_and_add_to_site"; }; export type Translations = Record; export declare const DefaultTranslations: Translations;