import { TfootProps } from '../interface';
declare function Tfoot<T>(props: TfootProps<T>): JSX.Element;
export default Tfoot;
