```ts
const InfoHeadCell: React.FC<{
  enhanceEnd?: React.ReactNode;
  enhanceStart?: React.ReactNode;
  title: string;
}>;
```
