import { ListPaginationContextValue } from './ListPaginationContext'; /** * Hook to read the list pagination controller props from the ListPaginationContext. * * Must be used within a (e.g. as a descendent of * or ). * * @returns {ListPaginationContextValue} list controller props * * @see useListController for how it is filled */ export declare const useListPaginationContext: () => ListPaginationContextValue; //# sourceMappingURL=useListPaginationContext.d.ts.map