export declare const TranslationKeys: { readonly formatLabel: "custompanel_menu_picker_format_label"; readonly formatTitle: "custompanel_menu_picker_format_title"; readonly hamburgerOption: "custompanel_menu_picker_option_hamburger"; readonly menubarOption: "custompanel_menu_picker_option_menubar"; readonly orientationHorizontal: "custompanel_menu_theme_picker_orientation_horizontal_option"; readonly orientationVertical: "custompanel_menu_theme_picker_orientation_vertical_option"; readonly itemBehaviorTooltip: "custompanel_menu_item_behavior_tooltip"; readonly fitToScrollOption: "custompanel_menu_item_behavior_option_fit_to_scroll_label"; readonly fitToTextOption: "custompanel_menu_item_behavior_option_fit_to_text_label"; readonly itemBehaviorSectionTitle: "custompanel_menu_item_behavior_section_title"; readonly verticalOrientationWarning: "custompanel_menu_picker_vertical_warning"; }; export type Translations = Record; export declare const DefaultTranslations: Translations;