/// <reference types="react" />
import { WizardContextProps } from "./types";
export declare const WizardContext: import("react").Context<WizardContextProps>;
