import * as React from 'react'; import { TablePaginationProps } from '@mui/material/TablePagination'; interface GridPaginationOwnProps { component?: React.ElementType; } declare const GridPagination: React.ForwardRefExoticComponent> & GridPaginationOwnProps, "ref"> & React.RefAttributes>; export { GridPagination };