import { BoxProps } from '../../Box'; export type TableFootProps = BoxProps<"tfoot">; declare const TableFoot: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default TableFoot; //# sourceMappingURL=TableFoot.d.ts.map