/// import { type TableFooterProps as MuiTableFooterProps } from '@mui/material'; import { type WithoutEmotionSpecific } from '../../types'; export type TableFooterProps = WithoutEmotionSpecific; export declare const TableFooter: (props: TableFooterProps) => JSX.Element;