import React from 'react';
import { WizardProps } from './WizardTypes';
import './Wizard.scss';
declare const Wizard: React.ForwardRefExoticComponent<WizardProps & React.RefAttributes<HTMLDivElement>>;
export default Wizard;
