import React from 'react'; import type { PayloadTableFooterProps } from './types/index.js'; /** Table footer with pagination controls and optional fetch-more support. */ export declare const PayloadTableFooter: React.FC; //# sourceMappingURL=TableFooter.d.ts.map