import { InfiniteScrollTableProps } from './types'; declare const InfiniteScrollTable: ({ columns: initialColumns, fetchService, title, scrollHeight, scrollWidth, useWindowScroll, onChange, rowSelection, onRowClick, onRowSelectionChange, onDataChange, filterFn, hasBulkSelection, }: InfiniteScrollTableProps) => import("react/jsx-runtime").JSX.Element; export default InfiniteScrollTable;