declare function DateColumn({ col, cell }: { col: any; cell: any; }): string | JSX.Element | null; declare namespace DateColumn { namespace propTypes { const col: PropTypes.Validator; }>>; }>>>; const cell: PropTypes.Validator; locale: PropTypes.Requireable; }>>>; } } export default DateColumn; import PropTypes from 'prop-types';