import * as React from 'react'; export interface HeaderRowProps {} declare const HeaderRow: React.FunctionComponent; export default HeaderRow;