import { default as React, HTMLAttributes } from 'react'; export interface TableFooterProps extends HTMLAttributes { /** * ID to find this component in testing tools (e.g.: cypress, testing library, and jest). */ testId?: string; } declare const TableFooter: React.ForwardRefExoticComponent>; export default TableFooter; //# sourceMappingURL=TableFooter.d.ts.map