/********************************************************************* * © Copyright IBM Corp. 2024 *********************************************************************/ import React from 'react'; import { ListProps, RowItem } from '.'; export declare function ListContent({ items, columnSpecs, onRowClick, hasMoreData, onLoadMore, expandedState, ExpandedRowComponent }: ListProps): React.JSX.Element;