import React from 'react'; import { WizardItemProps } from './types'; export declare const WizardItem: ({ className, theme, color, position, label, icon, numericNumber, progress, isNumeric, isActive, isCompleted, isDisabled, isInverse, isVertical, isCompact, wizardItemClicked, }: WizardItemProps) => React.JSX.Element;