import * as React from "react"; export interface TableFooterProps { } declare const TableFooter: React.FC; export { TableFooter };