import React from 'react'; import { PaginationProps } from './type'; declare const TablePagination: React.FC; export default TablePagination;