/// import { BaseProps } from '../../../tasty'; export declare const TableFooter: (props: BaseProps & { totalRecords: number; }) => JSX.Element;