import { type FC } from 'react'; import { type THProps } from './ui/th'; /** * __HeadCell__ * * HeadCell element */ declare const HeadCell: FC; export default HeadCell;