export declare const semanticClassNames: { readonly root: "repeater"; readonly itemsContainer: "repeater-items-container"; readonly item: "repeater-item"; }; export declare const TestIds: { readonly skeleton: "repeater-skeleton"; readonly sentinel: "repeater-sentinel"; readonly emptyState: "repeater-empty-state"; readonly emptyStateTitle: "repeater-empty-state-title"; readonly emptyStateDescription: "repeater-empty-state-description"; readonly loadMoreButton: "repeater-load-more-button"; readonly liveAnnouncer: "repeater-live-announcer"; }; export declare const DEFAULT_ITEMS_PER_ROW = 4; export declare const COLUMN_COUNT_CSS_VAR = "--column-count"; export declare const COLUMN_COUNT_RANGE: { readonly min: "1"; readonly max: "12"; }; export declare const ITEMS_PER_ROW_VALUES: { readonly enabled: "enabled"; readonly disabled: "disabled"; }; export declare const cssCustomPropertyKeys: { readonly backgroundColor: "background-color"; readonly backgroundColorOpacity: "background-color-opacity"; readonly overflowContent: "overflow-content"; readonly itemsPerRow: "items-per-row"; readonly columnCount: "column-count"; readonly rowGap: "row-gap"; readonly columnGap: "column-gap"; readonly scrollSnapAlign: "scroll-snap-align"; readonly showScrollbar: "show-scrollbar"; readonly columnMinWidth: "column-min-width"; readonly rowMinHeight: "row-min-height"; readonly keepRowsEqual: "keep-rows-equal"; readonly singleRowBehavior: "single-row-behavior"; }; export declare const elementKeys: { readonly item: "item"; }; export declare const presets: { readonly cards: "cards"; readonly cards_off: "cards_off"; readonly list: "list"; readonly slider: "slider"; readonly slider_vertical: "slider_vertical"; readonly grid: "grid"; }; export declare const DisplayNames: { readonly root: { readonly elementDisplayName: "Repeater"; readonly data: { readonly direction: "Direction"; readonly items: "Display Items from"; readonly renderItem: "Item Template"; readonly emptyState: "Empty State"; readonly emptyState_title: "Title"; readonly emptyState_description: "Description"; readonly loadMore: "Load More"; }; readonly customActions: { readonly presets: "Layout"; }; readonly presets: { readonly cards: "Cards"; readonly cards_off: "Cards Off"; readonly list: "List"; readonly slider: "Slider"; readonly slider_vertical: "Slider Vertical"; readonly grid: "Advanced grid"; }; }; readonly item: { readonly elementDisplayName: "Repeater Item"; }; }; export declare const FORMAT_PANEL_BI_PARAMS: { component_type: string; builder_type: string; panel_name: string; control_type: string; control_id: string; panel_builder: string; };