import React, { PropsWithChildren } from 'react'; import { Header, RowData, Table } from '@tanstack/react-table'; interface TableHeadProps { header: Header; table: Table; } export type { TableHeadProps }; export declare function TableHead({ header, table }: PropsWithChildren>): React.JSX.Element; //# sourceMappingURL=TableHead.d.ts.map