import { default as React } from 'react'; import { CustomTableFooterProps } from './types'; declare const TableFooter: React.FC; export default TableFooter;