import type { PaginationProps } from './types'; export declare function Pagination(props: PaginationProps): React.ReactElement | null;