import { type Duration } from '@cucumber/messages'; import type { FC } from 'react'; export declare const TestStepDuration: FC<{ duration: Duration; }>; //# sourceMappingURL=TestStepDuration.d.ts.map