import type { ComponentProps, FC, PropsWithChildren } from 'react'; export type TableHeadCellProps = PropsWithChildren>; export declare const TableHeadCell: FC;