import * as React from 'react'; import { TableHeaderGroupProps } from 'react-table'; declare type PropsType = { children?: React.ReactNode; headerRowProps: TableHeaderGroupProps; }; export declare const TableHeaderRow: React.MemoExoticComponent<(props: PropsType) => JSX.Element>; export {};