import React from 'react'; export declare const StepTime: (props: { step: { id: string; name: string; startedAt?: string; endedAt?: string; }; }) => React.JSX.Element;