import { WizardProps } from './interfaces'; export { WizardProps }; export default function Wizard({ steps, activeStepIndex: controlledActiveStepIndex, i18nStrings, isLoadingNextStep, allowSkipTo, secondaryActions, onCancel, onSubmit, onNavigate, ...rest }: WizardProps): JSX.Element; //# sourceMappingURL=index.d.ts.map