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