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