/// export declare const StepsComponent: ({ steps, currentStep }: { steps?: Record> | undefined; currentStep?: { id: string; state: string; } | undefined; }) => JSX.Element;