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