export declare const TranslationKeys: { readonly iconTypeFieldLabel: "custompanel_animatedicon_icon_type_field_label"; readonly iconTypeAnimatedOption: "custompanel_animatedicon_icon_type_toggle_animated_label"; readonly iconTypeStaticOption: "custompanel_animatedicon_icon_type_toggle_static_label"; readonly iconTypeTooltip: "custompanel_animatedicon_icon_type_tooltip_description"; readonly createCta: "custompanel_animatedicon_image_viewer_create_cta"; readonly replaceCta: "custompanel_animatedicon_image_viewer_replace_cta"; readonly chhoseIcon: "custompanel_animatedicon_image_viewer_field_label"; readonly durationLabel: "custompanel_animatedicon_border_radius_duration_label"; readonly durationSuffix: "custompanel_animatedicon_borderRadius_input_suffix_label"; readonly previewTooltip: "custompanel_animatedicon_sidePanel_field_preview_tooltip"; readonly loaderMessage: "custompanel_animatedicon_loader_message_text"; readonly sectionHelperDescription: "custompanel_animatedicon_sectionHelper_description"; readonly sectionHelperLink: "custompanel_animatedicon_sectionHelper_description_link"; readonly endIconLabel: "custompanel_animatedicon_sidePanel_endIcon_label"; readonly sidePanelTitle: "custompanel_animatedicon_sidePanel_title"; readonly startIconLabel: "custompanel_animatedicon_sidePanel_startIcon_label"; readonly triggerFieldLabel: "custompanel_animatedicon_trigger_field_label"; readonly triggerHoverOption: "custompanel_animatedicon_trigger_toggle_hover_label"; readonly triggerClickOption: "custompanel_animatedicon_trigger_toggle_click_label"; readonly triggerTooltip: "custompanel_animatedicon_trigger_tooltip_description"; }; export type Translations = Record; export declare const DefaultTranslations: Translations;