declare function HTMLColumn({ cell }: { cell: any; }): JSX.Element; declare namespace HTMLColumn { namespace propTypes { const cell: PropTypes.Validator; }>>>; } } export default HTMLColumn; import PropTypes from 'prop-types';