export declare const TranslationKeys: { readonly addAnotherCta: "custompanel_googlemaps_add_another_cta"; readonly addressPlaceholder: "custompanel_googlemaps_address_placeholder"; readonly backCta: "custompanel_googlemaps_back_cta"; readonly linkLabel: "custompanel_googlemaps_link_label"; readonly linkPlaceholder: "custompanel_googlemaps_link_placeholder"; readonly addLocationCta: "custompanel_googlemaps_manage_panel_add_location_cta"; readonly namePlaceholder: "custompanel_googlemaps_name_placeholder"; readonly deleteOption: "custompanel_googlemaps_popover_menu_delete_cta"; readonly editOption: "custompanel_googlemaps_popover_menu_edit_cta"; readonly centerOnMapTooltip: "custompanel_googlemaps_tooltip_center_on_map_label"; readonly moreActionsTooltip: "custompanel_googlemaps_tooltip_more_actions_cta"; readonly previewCta: "custompanel_googlemaps_settingsPanel_users_formField_preview_label"; readonly addressBlankError: "custompanel_googlemaps_managePanel_address_blank_error"; readonly recenterMapCta: "custompanel_googlemaps_managePanel_popoverMenu_recenterMap_cta"; }; export type Translations = Record; export declare const DefaultTranslations: Translations;