import type { FC } from 'react'; import { TableHeadProps } from './types'; declare const Head: FC; export default Head;