import React from 'react';
import { TableFooterProps } from './types';
export default function Footer({ children, ...otherProps }: TableFooterProps): React.JSX.Element;
