/**
 * Web Pagination Context
 *
 */
import React from 'react';
declare const Context: React.Context<Record<string, any>>;
export default Context;
