import type { StepNavItem } from './types.js'; export declare const SetStepNav: React.FC<{ nav: StepNavItem[]; }>; //# sourceMappingURL=SetStepNav.d.ts.map