/** @jsx createElement */
import type { RecommendClassNames, RecordWithObjectID, Renderer, RecommendLayoutProps } from '../../types';
export declare function createListComponent({ createElement }: Renderer): <TItem extends RecordWithObjectID>(userProps: RecommendLayoutProps<TItem, Partial<RecommendClassNames>>) => JSX.Element;
