import { FC } from 'react';
import { TableHeadProps } from './types';
export declare const TableHead: FC<TableHeadProps>;
