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