import { PropsWithChildren } from 'react'; export function TableFooter({ children }: PropsWithChildren) { return ; }