import * as React from 'react'; import { TableFooterGroupProps } from 'react-table'; declare type PropsType = { children?: React.ReactNode; footerRowProps: TableFooterGroupProps; }; export declare const TableFooterRow: React.MemoExoticComponent<(props: PropsType) => JSX.Element>; export {};