import React from 'react'; import { type TableSectionProps } from './TableSection'; export type TableFooterProps = TableSectionProps; export declare const TableFooter: React.MemoExoticComponent< ({ children, testID, ...props }: TableFooterProps) => import('react/jsx-runtime').JSX.Element >; //# sourceMappingURL=TableFooter.d.ts.map