import React from 'react';
import { TheadProps } from '../types';
declare function Thead(props: TheadProps): React.JSX.Element;
export default Thead;
