import { InfiniteScrollProps } from './types'; /** * Loads more items as the user scrolls, using `useApi` to fetch and `useInViewport` to detect the list bottom. */ export declare const InfiniteScroll: (props: InfiniteScrollProps) => import("react/jsx-runtime").JSX.Element;