import * as React from 'react'; import { HeaderProps, HeaderRowProps, HeaderCellProps } from '@table-library/react-table-library/types/table'; declare const Footer: React.FC; declare const FooterRow: React.FC; declare const FooterCell: React.FC; export { Footer, FooterRow, FooterCell };