import { PaginationProps as MUIPaginationProps } from '@mui/material/Pagination'; export interface PaginationProps extends MUIPaginationProps { }