import PropTypes from 'prop-types';
declare const oneOf: typeof PropTypes.oneOf;
export default oneOf;
