import { IWizard } from "./types/IWizard";
import { TStep } from "./types/TStep";
export { useWizard };
declare const useWizard: (options?: unknown) => [TStep, IWizard];
