/// <reference types="react" />
import { HeaderGroup } from 'react-table';
interface TheadMapRowProps {
    headerGroups: HeaderGroup<any>[];
    enableActions: boolean;
}
export default function TheadMapRow(props: TheadMapRowProps): JSX.Element;
export {};
