import * as React from 'react'; import { WizardProps } from './types'; /** * Wizard component shows process of filling data step by step * provides progress bar for current step * @param {WizardProps} props * * @returns {React.ReactElement} */ export declare const Wizard: React.FC;