import { type HTMLAttributes } from 'react'; export type TableFootProps = HTMLAttributes; /** * TableFoot component, used to display the footer of a table. Renders a native HTML tfoot element. * * @example * * * Total * 2 * * */ export declare const TableFoot: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=table-foot.d.ts.map