/// import { type PaginationProps } from './types'; export declare const Pagination: ({ ...props }: PaginationProps) => JSX.Element;