import { WithStyle } from '@medly-components/utils'; import { FC } from 'react'; import { HeadCellProps } from './types'; declare const HeadCell: FC & WithStyle; export default HeadCell;