import { TheadProps } from '../interface';
declare function THead<T>(props: TheadProps<T>): JSX.Element;
export default THead;
