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