import { InfinityListProps, PaginatedResponse } from './type.js';
export declare function InfinityList<T, R extends PaginatedResponse<T>>(props: InfinityListProps<T, R>): import("react/jsx-runtime").JSX.Element;
