import React from 'react'; import PropTypes from 'prop-types'; import { Title } from '@patternfly/react-core'; export const WizardTitle = ({ title, ...props }) => (