import React from 'react'; export declare const StepLabel: React.FC<{ id: string; currentStep: string; label: string; status: string; }>; //# sourceMappingURL=StepLabel.d.ts.map