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