/// import { TableFooterProps } from './types'; declare const TableFooter: (props: TableFooterProps) => JSX.Element; export default TableFooter;