import { ComponentPropsWithRef } from 'react'; export interface HeaderRowProps extends ComponentPropsWithRef<'tr'> { } //# sourceMappingURL=HeaderRow.types.d.ts.map