export default function CustomPagination({ rowsPerPageOptions }: { rowsPerPageOptions: number[]; }): JSX.Element;