import { Wizard, WizardStep } from '@patternfly/react-core'; export const WizardBasicDisabledSteps: React.FunctionComponent = () => ( Step 1 content Step 2 content Step 3 content Step 4 content Review step content );