import * as React from 'react'; import { TableProps } from './type'; declare const TableHeader: React.FC; export default TableHeader;