export declare const TranslationKeys: { readonly footerTotalLabel: "custompanel_sharebuttons_footer_total_label"; readonly headerTitle: "custompanel_sharebuttons_header_title"; readonly copyLinkDescription: "custompanel_sharebuttons_options_copy_link_description"; readonly copyLinkLabel: "custompanel_sharebuttons_options_copy_link_label"; readonly facebookDescription: "custompanel_sharebuttons_options_facebook_description"; readonly facebookLabel: "custompanel_sharebuttons_options_facebook_label"; readonly linkedinDescription: "custompanel_sharebuttons_options_linkedin_description"; readonly linkedinLabel: "custompanel_sharebuttons_options_linkedin_label"; readonly pinterestDescription: "custompanel_sharebuttons_options_pinterest_description"; readonly pinterestLabel: "custompanel_sharebuttons_options_pinterest_label"; readonly whatsappDescription: "custompanel_sharebuttons_options_whatsapp_description"; readonly whatsappLabel: "custompanel_sharebuttons_options_whatsapp_label"; readonly xDescription: "custompanel_sharebuttons_options_x_description"; readonly xLabel: "custompanel_sharebuttons_options_x_label"; readonly orientationHorizontalOption: "custompanel_sharebuttons_theme_picker_orientation_horizontal_option"; readonly orientationLabel: "custompanel_sharebuttons_theme_picker_orientation_label"; readonly orientationVerticalOption: "custompanel_sharebuttons_theme_picker_orientation_vertical_option"; readonly showTooltip: "custompanel_sharebuttons_floatingPanel_tooltip_show_cta"; readonly moreActionsTooltip: "custompanel_sharebuttons_floatingPanel_moreActions_cta"; readonly replaceIconOption: "custompanel_sharebuttons_popoverMenu_options_replaceIcon_cta"; readonly renameOption: "custompanel_sharebuttons_popoverMenu_options_rename_cta"; readonly hideOption: "custompanel_sharebuttons_popoverMenu_options_hide_cta"; }; export type Translations = Record; export declare const DefaultTranslations: Translations;