import * as React from 'react'; declare function TableRow({ className, children, ...props }: React.ComponentProps<'tr'>): React.JSX.Element; export { TableRow };