import * as React from 'react'; import { WizardItemProps } from './types'; /** * Item of Wizard component * renders step and progress bar * @param {WizardItemProps} props - Component props to create wizard * * @returns {React.ReactElement} Component */ export declare const WizardItem: React.FC;