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