export declare const TranslationKeys: { readonly contentHelpLink: "custompanel_html_settings_content_help_link"; readonly cookiesCategoryLabel: "custompanel_html_settings_cookies_category_label"; readonly cookiesSectionTitle: "custompanel_html_settings_cookies_section_title"; readonly cookiesTooltipDescription: "custompanel_html_settings_cookies_tooltip_description"; readonly accessibleNameFieldLabel: "custompanel_html_settings_embed_accessible_name_field_label"; readonly accessibleNameFieldPlaceholder: "custompanel_html_settings_embed_accessible_name_field_placeholder"; readonly embedCodeLabel: "custompanel_html_settings_embed_code_label"; readonly embedCodeHelperText: "custompanel_html_settings_embed_code_helperText"; readonly linkFieldLabel: "custompanel_html_settings_embed_link_field_label"; readonly linkFieldPlaceholder: "custompanel_html_settings_embed_link_field_placeholder"; readonly embedSectionTitle: "custompanel_html_settings_embed_section_title"; readonly footerHelpLink: "custompanel_html_settings_footer_help_link"; readonly headerTitle: "custompanel_html_settings_header_title"; readonly externalPlaceholder: "custompanel_html_settingsPanel_siteInput_placeholder"; readonly applyCta: "custompanel_html_settingsPanel_apply_cta"; readonly accessibleNameTooltip: "custompanel_html_settingsPanel_accessibleName_tooltip"; readonly urlErrorMessage: "custompanel_html_settingsPanel_linkInput_helperText"; }; export type Translations = Record; export declare const DefaultTranslations: Translations;