import { type Header } from '@tanstack/react-table'; interface TableHeadCellProps { header: Header; hasTextDescription?: boolean; } export declare const TableHeadCell: { ({ header, hasTextDescription }: TableHeadCellProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export {};