import { TablePaginationProps } from './types'; export default function TablePagination(props: TablePaginationProps): import("react/jsx-runtime").JSX.Element;