/** * Get the footer message for the DataViews footer. * * @param selectionCount - The number of selected items. * @param itemsCount - The number of items in the current page. * @param totalItems - The total number of items. * @param onlyTotalCount - Whether to only show the total count (used with infinite scroll). * @return - The footer message. */ export default function getFooterMessage(selectionCount: number, itemsCount: number, totalItems: number, onlyTotalCount?: boolean): string; //# sourceMappingURL=get-footer-message.d.ts.map