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