import { PropsWithChildrenAndClassName } from '../../types'; declare function TableFoot({ children, className, ...props }: PropsWithChildrenAndClassName): import("react/jsx-runtime").JSX.Element; export { TableFoot };