import type { TableFooterProps } from './types'; declare function TableFooter({ className, ...props }: TableFooterProps): import("react/jsx-runtime").JSX.Element; export default TableFooter; export type { TableFooterProps } from './types';