import React from 'react'; import { TableRowProps } from './TableRow'; export interface TableHeadProps extends React.HTMLProps { /** Child of `Table.Head` which should be one or more `Table.Row`. */ children: React.ReactElement | React.ReactElement[]; } export declare const TableHead: React.FC; export default TableHead; //# sourceMappingURL=TableHead.d.ts.map