import * as React from 'react'; import { WizardProps } from './types'; declare const Wizard: React.FC>; export default Wizard;