56fda74
1
2
3
4
import PropTypes from 'prop-types'; declare const elementAcceptingRef: PropTypes.Requireable<unknown>; export default elementAcceptingRef;