import type { ValuesOf } from "../../util/typings.js"; export declare const WizardPanelEventNames: { readonly panelChange: "panel-change"; }; export declare const WizardPanelStates: { readonly incomplete: "incomplete"; readonly complete: "complete"; readonly error: "error"; }; export type WizardPanelState = ValuesOf; //# sourceMappingURL=wizard-panel.options.d.ts.map