import { ContentListItem, RenderSectionProps } from './common'; export declare function ContentItemsListSection({ sectionData, isLoading, cssClassName }: RenderSectionProps): import("react/jsx-runtime").JSX.Element | null;