import type { ValuesOf } from "../../util/typings.js"; export declare const WizardEvents: { readonly wizardChange: "wizard-change"; readonly wizardComplete: "wizard-complete"; }; export type WizardEvent = ValuesOf; //# sourceMappingURL=wizard.options.d.ts.map