/**
 * Web Pagination Context
 *
 */
declare const Context: import("react").Context<Record<string, any>>;
export default Context;
