import type { FC } from 'react'; import { TableFootProps } from './types'; export declare const Foot: FC;