import type { _InfiniteRowModelGridApi } from '../api/gridApi'; import type { _ModuleWithApi } from '../interfaces/iModule'; /** * @feature Infinite Row Model */ export declare const InfiniteRowModelModule: _ModuleWithApi<_InfiniteRowModelGridApi>;