import * as React from 'react'; export interface IWizardProps { className?: string; } export declare const Wizard: React.FC> & React.HTMLProps;