/// import { ProTableProps, ProTablePaginationInstance } from '../types'; export declare const useProTablePaginationValue: ({ paginationProps, }: Pick) => ProTablePaginationInstance; export type ProTablePaginationValue = ReturnType; export declare const ProTablePaginationContext: import("react").Context;