/// <reference types="react" />
export declare const TablePagination: ({ nextPage, prevPage, hasNext, hasPrev }: {
    nextPage: any;
    prevPage: any;
    hasNext: any;
    hasPrev: any;
}) => JSX.Element;
