import React from 'react'; import type { InfiniteScrollProps } from './types'; declare const InfiniteScroll: React.FC; export default InfiniteScroll; export type { InfiniteScrollProps };