import { ComponentPropsWithRef } from 'react'; export interface HeaderRowProps extends ComponentPropsWithRef<'tr'> {}