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