declare function CheckboxColumn({ row, col, cell }: { row: any; col: any; cell: any; }): JSX.Element; declare namespace CheckboxColumn { const defaultWidth: number; namespace propTypes { const row: PropTypes.Validator; const col: PropTypes.Validator any>; }>>>; }>>>; const cell: PropTypes.Validator; }>>>; } } export default CheckboxColumn; import PropTypes from 'prop-types';