declare function MultistateToggleColumn({ row, col, cell }: { row: any; col: any; cell: any; }): JSX.Element; declare namespace MultistateToggleColumn { namespace propTypes { const row: PropTypes.Validator; const col: PropTypes.Validator any>; states: PropTypes.Validator<(PropTypes.InferProps<{ title: PropTypes.Validator; value: PropTypes.Validator; tooltip: PropTypes.Requireable; }> | null | undefined)[]>; }>>>; }>>>; const cell: PropTypes.Validator; }>>>; } } export default MultistateToggleColumn; import PropTypes from 'prop-types';