import { FunctionComponent } from 'react';
import { GenericList } from '@knowmax/genericlist-core';
/** Dedicated pager wrapper including loader and total number of items for lists. */
export declare const PagerWrapper: FunctionComponent<{
    list: GenericList;
    className?: string;
}>;
