import * as React from 'react'; import TablePagination from '@mui/material/TablePagination'; function classesTest() { const defaultProps = { count: 1, onPageChange: () => {}, page: 1, rowsPerPage: 1, }; ; // @ts-expect-error desired ; }