import { Validator } from 'prop-types'; export default function deprecatedPropType(validator: Validator, reason: string): Validator;