export declare const StepTime: (props: { step: { id: string; name: string; startedAt?: string; endedAt?: string; }; }) => import("react/jsx-runtime").JSX.Element;