import React from 'react'; import { WizardFormProps } from './WizardFormBase'; declare const WizardForm: React.FC; export { WizardForm };