import { type TablePaginationOwnProps } from '@mui/base/TablePagination'; import type { ComponentProps } from '../components.ts'; type SlotProps = Required['slotProps']; export type TablePaginationProps = ComponentProps; export declare function TablePagination({ children, 'data-testid': testId, disableDefaultClasses, slotProps: givenSlotProps, ...rest }: TablePaginationProps): import("react/jsx-runtime").JSX.Element; export {};