import type { PropsFor } from "../../types.js";
export type TableFooterProps = PropsFor<"tfoot">;
declare const TableFooter: import("react").ForwardRefExoticComponent<TableFooterProps & import("react").RefAttributes<HTMLTableSectionElement>>;
export default TableFooter;
