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