import * as React from 'react';
import { HeaderRowProps } from '@table-library/react-table-library/types/table';
export declare const HeaderRow: React.FC<HeaderRowProps>;
