export declare const TranslationKeys: { readonly changeLayoutLabel: "custompanel_repeater_change_layout_label"; readonly cardsOption: "custompanel_repeater_layout_field_cards_option"; readonly listOption: "custompanel_repeater_layout_field_list_option"; readonly sliderOption: "custompanel_repeater_layout_field_slider_option"; readonly gridOption: "custompanel_repeater_layout_field_grid_option"; readonly itemsPerRowLabel: "custompanel_repeater_items_per_row_label"; readonly directionLabel: "custompanel_repeater_direction_label"; readonly directionHorizontalOption: "custompanel_repeater_direction_horizontal_option"; readonly directionVerticalOption: "custompanel_repeater_direction_vertical_option"; }; export type Translations = Record; export declare const DefaultTranslations: Translations;