import { ValuesOf } from "@microsoft/fast-foundation"; /** * The state variations for the WizardStep component * @public */ export declare const WizardStepState: { readonly incomplete: "incomplete"; readonly complete: "complete"; readonly error: "error"; }; /** * The state types for the WizardStep component * @public */ export declare type WizardStepState = ValuesOf; //# sourceMappingURL=wizard-step.options.d.ts.map