import { FC, PropsWithChildren } from 'react'; import { PaginationContextState } from './context.ts'; export type PaginationProvider = PaginationContextState; export declare const PaginationProvider: FC>;