///
import { CellTypes } from "../../types";
import { HeaderRowProps } from "./types";
declare function HeaderRow({ columns, tableStatus, tablePagination, data, }: HeaderRowProps): JSX.Element;
export default HeaderRow;
//# sourceMappingURL=index.d.ts.map