interface LoadingMoreProps { isLoadingMore?: boolean; onLoadMore: () => void; } export declare const LoadingMore: React.FC; export {};