import { WizardProps } from './interfaces'; declare function Wizard({ isLoadingNextStep, allowSkipTo, ...props }: WizardProps): JSX.Element; export { WizardProps }; export default Wizard;